FFmpeg
4.0
|
#include <libavcodec/vt_internal.h>
Data Fields | |
AVFrame * | tmp_frame |
uint8_t * | bitstream |
int | bitstream_size |
int | allocated_size |
CVImageBufferRef | frame |
struct AVBufferRef * | cached_hw_frames_ctx |
struct AVVideotoolboxContext * | vt_ctx |
uint8_t | sps [3] |
bool | reconfig_needed |
Definition at line 30 of file ffmpeg_videotoolbox.c.
AVFrame* VTContext::tmp_frame |
Definition at line 31 of file ffmpeg_videotoolbox.c.
Referenced by videotoolbox_init(), videotoolbox_retrieve_data(), and videotoolbox_uninit().
uint8_t* VTContext::bitstream |
Definition at line 24 of file vt_internal.h.
Referenced by ff_videotoolbox_h264_decode_slice(), ff_videotoolbox_uninit(), and videotoolbox_buffer_copy().
int VTContext::bitstream_size |
Definition at line 27 of file vt_internal.h.
Referenced by ff_videotoolbox_h264_decode_slice(), ff_videotoolbox_uninit(), and videotoolbox_buffer_copy().
int VTContext::allocated_size |
Definition at line 30 of file vt_internal.h.
Referenced by ff_videotoolbox_h264_decode_slice(), and videotoolbox_buffer_copy().
CVImageBufferRef VTContext::frame |
Definition at line 33 of file vt_internal.h.
Referenced by ff_videotoolbox_uninit(), and videotoolbox_set_frame().
struct AVBufferRef* VTContext::cached_hw_frames_ctx |
Definition at line 36 of file vt_internal.h.
Referenced by ff_videotoolbox_uninit().
struct AVVideotoolboxContext* VTContext::vt_ctx |
Definition at line 40 of file vt_internal.h.
Referenced by ff_videotoolbox_uninit().
uint8_t VTContext::sps[3] |
Definition at line 43 of file vt_internal.h.
Referenced by ff_videotoolbox_avcc_extradata_create(), and videotoolbox_h264_decode_params().
bool VTContext::reconfig_needed |
Definition at line 44 of file vt_internal.h.
Referenced by ff_videotoolbox_uninit(), and videotoolbox_h264_decode_params().