FFmpeg
|
#include <vt_internal.h>
Data Fields | |
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 |
void * | logctx |
Definition at line 25 of file vt_internal.h.
uint8_t* VTContext::bitstream |
Definition at line 27 of file vt_internal.h.
Referenced by ff_videotoolbox_buffer_copy().
int VTContext::bitstream_size |
Definition at line 30 of file vt_internal.h.
Referenced by ff_videotoolbox_buffer_copy().
int VTContext::allocated_size |
Definition at line 33 of file vt_internal.h.
Referenced by ff_videotoolbox_buffer_copy().
CVImageBufferRef VTContext::frame |
Definition at line 36 of file vt_internal.h.
struct AVBufferRef* VTContext::cached_hw_frames_ctx |
Definition at line 39 of file vt_internal.h.
struct AVVideotoolboxContext* VTContext::vt_ctx |
Definition at line 43 of file vt_internal.h.
uint8_t VTContext::sps[3] |
Definition at line 46 of file vt_internal.h.
Referenced by ff_videotoolbox_avcc_extradata_create().
bool VTContext::reconfig_needed |
Definition at line 47 of file vt_internal.h.
void* VTContext::logctx |
Definition at line 49 of file vt_internal.h.