|
FFmpeg
|
Data Fields | |
| CMSampleBufferRef | cm_buffer |
| ExtraSEI | sei |
| AVBufferRef * | frame_buf |
| struct BufNode * | next |
Definition at line 238 of file videotoolboxenc.c.
| CMSampleBufferRef BufNode::cm_buffer |
Definition at line 239 of file videotoolboxenc.c.
Referenced by vtenc_free_buf_node(), vtenc_output_callback(), and vtenc_q_pop().
| ExtraSEI BufNode::sei |
Definition at line 240 of file videotoolboxenc.c.
Referenced by vtenc_free_buf_node(), vtenc_q_pop(), and vtenc_send_frame().
| AVBufferRef* BufNode::frame_buf |
Definition at line 241 of file videotoolboxenc.c.
Referenced by create_cv_pixel_buffer(), vtenc_free_buf_node(), and vtenc_output_callback().
| struct BufNode* BufNode::next |
Definition at line 242 of file videotoolboxenc.c.
Referenced by set_async_error(), vtenc_q_pop(), and vtenc_q_push().