| 
    FFmpeg
    
   | 
 
#include <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_uninit(), videotoolbox_buffer_copy(), and videotoolbox_common_decode_slice().
| int VTContext::bitstream_size | 
Definition at line 27 of file vt_internal.h.
Referenced by videotoolbox_buffer_copy(), and videotoolbox_common_decode_slice().
| int VTContext::allocated_size | 
Definition at line 30 of file vt_internal.h.
Referenced by videotoolbox_buffer_copy(), and videotoolbox_common_decode_slice().
| CVImageBufferRef VTContext::frame | 
Definition at line 33 of file vt_internal.h.
Referenced by ff_videotoolbox_uninit().
| struct AVBufferRef* VTContext::cached_hw_frames_ctx | 
Definition at line 36 of file vt_internal.h.
| struct AVVideotoolboxContext* VTContext::vt_ctx | 
Definition at line 40 of file vt_internal.h.
| 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 videotoolbox_h264_decode_params().
 1.8.6