|
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 51 of file liboapvenc.c.
| const AVClass* ApvEncContext::class |
Definition at line 52 of file liboapvenc.c.
| oapve_t ApvEncContext::id |
Definition at line 54 of file liboapvenc.c.
Referenced by liboapve_close(), liboapve_encode(), and liboapve_init().
| oapvm_t ApvEncContext::mid |
Definition at line 55 of file liboapvenc.c.
Referenced by liboapve_close(), liboapve_encode(), and liboapve_init().
| oapve_cdesc_t ApvEncContext::cdsc |
Definition at line 56 of file liboapvenc.c.
Referenced by liboapve_encode(), and liboapve_init().
| oapv_bitb_t ApvEncContext::bitb |
Definition at line 57 of file liboapvenc.c.
Referenced by liboapve_close(), liboapve_encode(), and liboapve_init().
| oapve_stat_t ApvEncContext::stat |
Definition at line 58 of file liboapvenc.c.
Referenced by liboapve_encode().
| oapv_frms_t ApvEncContext::ifrms |
Definition at line 60 of file liboapvenc.c.
Referenced by liboapve_close(), liboapve_encode(), and liboapve_init().
| int ApvEncContext::num_frames |
Definition at line 62 of file liboapvenc.c.
Referenced by liboapve_close().
| int ApvEncContext::preset_id |
Definition at line 64 of file liboapvenc.c.
Referenced by get_conf().
| int ApvEncContext::qp |
Definition at line 66 of file liboapvenc.c.
Referenced by get_conf().
| AVDictionary* ApvEncContext::oapv_params |
Definition at line 68 of file liboapvenc.c.
Referenced by get_conf().
1.8.17