FFmpeg
|
Data Fields | |
AVFrame * | tmp_frame |
uint8_t * | bitstream |
int | bitstream_size |
int | allocated_size |
CVImageBufferRef | frame |
Definition at line 25 of file ffmpeg_vda.c.
AVFrame* VDAContext::tmp_frame |
Definition at line 26 of file ffmpeg_vda.c.
Referenced by vda_init(), vda_retrieve_data(), and vda_uninit().
uint8_t* VDAContext::bitstream |
Definition at line 39 of file vda_h264.c.
Referenced by vda_h264_decode_slice(), vda_h264_end_frame(), vda_h264_uninit(), vda_old_h264_decode_slice(), vda_old_h264_end_frame(), and vda_sync_decode().
int VDAContext::bitstream_size |
Definition at line 42 of file vda_h264.c.
Referenced by vda_h264_decode_slice(), vda_h264_end_frame(), vda_h264_start_frame(), vda_old_h264_decode_slice(), vda_old_h264_start_frame(), and vda_sync_decode().
int VDAContext::allocated_size |
Definition at line 45 of file vda_h264.c.
Referenced by vda_h264_decode_slice(), and vda_old_h264_decode_slice().
CVImageBufferRef VDAContext::frame |
Definition at line 47 of file vda_h264.c.
Referenced by ff_vda_output_callback(), vda_h264_end_frame(), and vda_h264_uninit().