FFmpeg
|
Data Fields | |
CMSampleBufferRef | cm_buffer |
ExtraSEI | sei |
AVBufferRef * | frame_buf |
struct BufNode * | next |
Definition at line 228 of file videotoolboxenc.c.
CMSampleBufferRef BufNode::cm_buffer |
Definition at line 229 of file videotoolboxenc.c.
ExtraSEI BufNode::sei |
Definition at line 230 of file videotoolboxenc.c.
Referenced by vtenc_send_frame().
AVBufferRef* BufNode::frame_buf |
Definition at line 231 of file videotoolboxenc.c.
Referenced by create_cv_pixel_buffer().
struct BufNode* BufNode::next |
Definition at line 232 of file videotoolboxenc.c.
Referenced by vtenc_q_pop(), and vtenc_q_push().