Thanks to visit codestin.com
Credit goes to www.ffmpeg.org

FFmpeg
Data Fields
ApvEncContext Struct Reference

The structure stores all the states associated with the instance of APV encoder. More...

Data Fields

const AVClassclass
 
oapve_t id
 
oapvm_t mid
 
oapve_cdesc_t cdsc
 
oapv_bitb_t bitb
 
oapve_stat_t stat
 
oapv_frms_t ifrms
 
int num_frames
 
int preset_id
 
int qp
 
AVDictionaryoapv_params
 

Detailed Description

The structure stores all the states associated with the instance of APV encoder.

Definition at line 51 of file liboapvenc.c.

Field Documentation

◆ class

const AVClass* ApvEncContext::class

Definition at line 52 of file liboapvenc.c.

◆ id

oapve_t ApvEncContext::id

Definition at line 54 of file liboapvenc.c.

Referenced by liboapve_close(), liboapve_encode(), and liboapve_init().

◆ mid

oapvm_t ApvEncContext::mid

Definition at line 55 of file liboapvenc.c.

Referenced by liboapve_close(), liboapve_encode(), and liboapve_init().

◆ cdsc

oapve_cdesc_t ApvEncContext::cdsc

Definition at line 56 of file liboapvenc.c.

Referenced by liboapve_encode(), and liboapve_init().

◆ bitb

oapv_bitb_t ApvEncContext::bitb

Definition at line 57 of file liboapvenc.c.

Referenced by liboapve_close(), liboapve_encode(), and liboapve_init().

◆ stat

oapve_stat_t ApvEncContext::stat

Definition at line 58 of file liboapvenc.c.

Referenced by liboapve_encode().

◆ ifrms

oapv_frms_t ApvEncContext::ifrms

Definition at line 60 of file liboapvenc.c.

Referenced by liboapve_close(), liboapve_encode(), and liboapve_init().

◆ num_frames

int ApvEncContext::num_frames

Definition at line 62 of file liboapvenc.c.

Referenced by liboapve_close().

◆ preset_id

int ApvEncContext::preset_id

Definition at line 64 of file liboapvenc.c.

Referenced by get_conf().

◆ qp

int ApvEncContext::qp

Definition at line 66 of file liboapvenc.c.

Referenced by get_conf().

◆ oapv_params

AVDictionary* ApvEncContext::oapv_params

Definition at line 68 of file liboapvenc.c.

Referenced by get_conf().


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