FFmpeg
|
The structure stores all the states associated with the instance of APV encoder. More...
Data Fields | |
const AVClass * | class |
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 |
AVDictionary * | oapv_params |
The structure stores all the states associated with the instance of APV encoder.
Definition at line 52 of file liboapvenc.c.
const AVClass* ApvEncContext::class |
Definition at line 53 of file liboapvenc.c.
oapve_t ApvEncContext::id |
Definition at line 55 of file liboapvenc.c.
Referenced by liboapve_close(), liboapve_encode(), and liboapve_init().
oapvm_t ApvEncContext::mid |
Definition at line 56 of file liboapvenc.c.
Referenced by liboapve_close(), liboapve_encode(), and liboapve_init().
oapve_cdesc_t ApvEncContext::cdsc |
Definition at line 57 of file liboapvenc.c.
Referenced by liboapve_encode(), and liboapve_init().
oapv_bitb_t ApvEncContext::bitb |
Definition at line 58 of file liboapvenc.c.
Referenced by liboapve_close(), liboapve_encode(), and liboapve_init().
oapve_stat_t ApvEncContext::stat |
Definition at line 59 of file liboapvenc.c.
Referenced by liboapve_encode().
oapv_frms_t ApvEncContext::ifrms |
Definition at line 61 of file liboapvenc.c.
Referenced by liboapve_close(), liboapve_encode(), and liboapve_init().
int ApvEncContext::num_frames |
Definition at line 63 of file liboapvenc.c.
Referenced by liboapve_close().
int ApvEncContext::preset_id |
Definition at line 65 of file liboapvenc.c.
Referenced by get_conf().
int ApvEncContext::qp |
Definition at line 67 of file liboapvenc.c.
Referenced by get_conf().
AVDictionary* ApvEncContext::oapv_params |
Definition at line 69 of file liboapvenc.c.
Referenced by get_conf().