FFmpeg
Data Fields
VTEncContext Struct Reference

Data Fields

AVClassclass
 
enum AVCodecID codec_id
 
VTCompressionSessionRef session
 
CFStringRef ycbcr_matrix
 
CFStringRef color_primaries
 
CFStringRef transfer_function
 
getParameterSetAtIndex get_param_set_func
 
pthread_mutex_t lock
 
pthread_cond_t cv_sample_sent
 
int async_error
 
BufNodeq_head
 
BufNodeq_tail
 
int64_t frame_ct_out
 
int64_t frame_ct_in
 
int64_t first_pts
 
int64_t dts_delta
 
int64_t profile
 
int64_t level
 
int64_t entropy
 
int64_t realtime
 
int64_t frames_before
 
int64_t frames_after
 
int64_t allow_sw
 
int64_t require_sw
 
bool flushing
 
bool has_b_frames
 
bool warned_color_range
 
bool a53_cc
 

Detailed Description

Definition at line 187 of file videotoolboxenc.c.

Field Documentation

◆ class

AVClass* VTEncContext::class

Definition at line 188 of file videotoolboxenc.c.

◆ codec_id

enum AVCodecID VTEncContext::codec_id

Definition at line 189 of file videotoolboxenc.c.

Referenced by vtenc_configure_encoder(), and vtenc_create_encoder().

◆ session

VTCompressionSessionRef VTEncContext::session

◆ ycbcr_matrix

CFStringRef VTEncContext::ycbcr_matrix

◆ color_primaries

CFStringRef VTEncContext::color_primaries

◆ transfer_function

CFStringRef VTEncContext::transfer_function

◆ get_param_set_func

getParameterSetAtIndex VTEncContext::get_param_set_func

◆ lock

pthread_mutex_t VTEncContext::lock

◆ cv_sample_sent

pthread_cond_t VTEncContext::cv_sample_sent

Definition at line 197 of file videotoolboxenc.c.

Referenced by vtenc_close(), vtenc_init(), vtenc_q_pop(), and vtenc_q_push().

◆ async_error

int VTEncContext::async_error

Definition at line 199 of file videotoolboxenc.c.

Referenced by set_async_error(), vtenc_output_callback(), and vtenc_q_pop().

◆ q_head

BufNode* VTEncContext::q_head

Definition at line 201 of file videotoolboxenc.c.

Referenced by set_async_error(), vtenc_q_pop(), and vtenc_q_push().

◆ q_tail

BufNode* VTEncContext::q_tail

Definition at line 202 of file videotoolboxenc.c.

Referenced by set_async_error(), vtenc_q_pop(), and vtenc_q_push().

◆ frame_ct_out

int64_t VTEncContext::frame_ct_out

Definition at line 204 of file videotoolboxenc.c.

Referenced by vtenc_populate_extradata(), and vtenc_q_pop().

◆ frame_ct_in

int64_t VTEncContext::frame_ct_in

Definition at line 205 of file videotoolboxenc.c.

Referenced by vtenc_frame(), and vtenc_q_pop().

◆ first_pts

int64_t VTEncContext::first_pts

Definition at line 207 of file videotoolboxenc.c.

Referenced by vtenc_frame().

◆ dts_delta

int64_t VTEncContext::dts_delta

Definition at line 208 of file videotoolboxenc.c.

Referenced by vtenc_cm_to_avpacket(), vtenc_configure_encoder(), and vtenc_frame().

◆ profile

int64_t VTEncContext::profile

◆ level

int64_t VTEncContext::level

Definition at line 211 of file videotoolboxenc.c.

Referenced by get_vt_h264_profile_level().

◆ entropy

int64_t VTEncContext::entropy

Definition at line 212 of file videotoolboxenc.c.

Referenced by vtenc_configure_encoder(), and vtenc_create_encoder().

◆ realtime

int64_t VTEncContext::realtime

Definition at line 213 of file videotoolboxenc.c.

Referenced by vtenc_create_encoder().

◆ frames_before

int64_t VTEncContext::frames_before

Definition at line 214 of file videotoolboxenc.c.

Referenced by vtenc_create_encoder().

◆ frames_after

int64_t VTEncContext::frames_after

Definition at line 215 of file videotoolboxenc.c.

Referenced by vtenc_create_encoder().

◆ allow_sw

int64_t VTEncContext::allow_sw

Definition at line 217 of file videotoolboxenc.c.

Referenced by vtenc_configure_encoder(), and vtenc_create_encoder().

◆ require_sw

int64_t VTEncContext::require_sw

Definition at line 218 of file videotoolboxenc.c.

Referenced by vtenc_configure_encoder().

◆ flushing

bool VTEncContext::flushing

Definition at line 220 of file videotoolboxenc.c.

Referenced by vtenc_frame(), and vtenc_q_pop().

◆ has_b_frames

bool VTEncContext::has_b_frames

◆ warned_color_range

bool VTEncContext::warned_color_range

Definition at line 222 of file videotoolboxenc.c.

Referenced by get_cv_pixel_info().

◆ a53_cc

bool VTEncContext::a53_cc

Definition at line 223 of file videotoolboxenc.c.

Referenced by vtenc_send_frame().


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