FFmpeg
Data Fields
VTContext Struct Reference

#include <vt_internal.h>

Data Fields

AVFrametmp_frame
 
uint8_tbitstream
 
int bitstream_size
 
int allocated_size
 
CVImageBufferRef frame
 
struct AVBufferRefcached_hw_frames_ctx
 
struct AVVideotoolboxContextvt_ctx
 
uint8_t sps [3]
 
bool reconfig_needed
 

Detailed Description

Definition at line 30 of file ffmpeg_videotoolbox.c.

Field Documentation

◆ tmp_frame

AVFrame* VTContext::tmp_frame

◆ bitstream

uint8_t* VTContext::bitstream

Definition at line 24 of file vt_internal.h.

Referenced by videotoolbox_buffer_copy().

◆ bitstream_size

int VTContext::bitstream_size

Definition at line 27 of file vt_internal.h.

Referenced by videotoolbox_buffer_copy().

◆ allocated_size

int VTContext::allocated_size

Definition at line 30 of file vt_internal.h.

Referenced by videotoolbox_buffer_copy().

◆ frame

CVImageBufferRef VTContext::frame

Definition at line 33 of file vt_internal.h.

◆ cached_hw_frames_ctx

struct AVBufferRef* VTContext::cached_hw_frames_ctx

Definition at line 36 of file vt_internal.h.

◆ vt_ctx

struct AVVideotoolboxContext* VTContext::vt_ctx

Definition at line 40 of file vt_internal.h.

◆ sps

uint8_t VTContext::sps[3]

Definition at line 43 of file vt_internal.h.

Referenced by ff_videotoolbox_avcc_extradata_create().

◆ reconfig_needed

bool VTContext::reconfig_needed

Definition at line 44 of file vt_internal.h.


The documentation for this struct was generated from the following files: