FFmpeg
|
#include <vda_vt_internal.h>
Data Fields | |
AVFrame * | tmp_frame |
uint8_t * | bitstream |
int | bitstream_size |
int | allocated_size |
CVImageBufferRef | frame |
Definition at line 35 of file ffmpeg_videotoolbox.c.
AVFrame* VTContext::tmp_frame |
Definition at line 36 of file ffmpeg_videotoolbox.c.
Referenced by videotoolbox_init(), videotoolbox_retrieve_data(), and videotoolbox_uninit().
uint8_t* VTContext::bitstream |
Definition at line 33 of file vda_vt_internal.h.
Referenced by ff_videotoolbox_h264_decode_slice(), ff_videotoolbox_uninit(), vda_h264_end_frame(), vda_old_h264_decode_slice(), vda_old_h264_end_frame(), vda_sync_decode(), and videotoolbox_buffer_copy().
int VTContext::bitstream_size |
Definition at line 36 of file vda_vt_internal.h.
Referenced by ff_videotoolbox_h264_decode_slice(), ff_videotoolbox_h264_start_frame(), vda_h264_end_frame(), vda_old_h264_decode_slice(), vda_old_h264_start_frame(), vda_sync_decode(), and videotoolbox_buffer_copy().
int VTContext::allocated_size |
Definition at line 39 of file vda_vt_internal.h.
Referenced by ff_videotoolbox_h264_decode_slice(), vda_old_h264_decode_slice(), and videotoolbox_buffer_copy().
CVImageBufferRef VTContext::frame |
Definition at line 42 of file vda_vt_internal.h.
Referenced by ff_vda_output_callback(), ff_videotoolbox_buffer_create(), ff_videotoolbox_uninit(), and vda_h264_end_frame().