|
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 | preset_id |
| int | qp |
| oapvm_payload_mdcv_t | mdcv |
| oapvm_payload_cll_t | cll |
| oapvm_payload_t * | payloads |
| unsigned | nb_payloads |
| AVDictionary * | oapv_params |
The structure stores all the states associated with the instance of APV encoder.
Definition at line 60 of file liboapvenc.c.
| const AVClass* ApvEncContext::class |
Definition at line 61 of file liboapvenc.c.
| oapve_t ApvEncContext::id |
Definition at line 63 of file liboapvenc.c.
Referenced by liboapve_close(), liboapve_encode(), and liboapve_init().
| oapvm_t ApvEncContext::mid |
Definition at line 64 of file liboapvenc.c.
Referenced by liboapve_close(), liboapve_encode(), and liboapve_init().
| oapve_cdesc_t ApvEncContext::cdsc |
Definition at line 65 of file liboapvenc.c.
Referenced by liboapve_encode(), and liboapve_init().
| oapv_bitb_t ApvEncContext::bitb |
Definition at line 66 of file liboapvenc.c.
Referenced by liboapve_close(), liboapve_encode(), and liboapve_init().
| oapve_stat_t ApvEncContext::stat |
Definition at line 67 of file liboapvenc.c.
Referenced by liboapve_encode().
| oapv_frms_t ApvEncContext::ifrms |
Definition at line 69 of file liboapvenc.c.
Referenced by liboapve_close(), liboapve_encode(), and liboapve_init().
| int ApvEncContext::preset_id |
Definition at line 71 of file liboapvenc.c.
Referenced by get_conf().
| int ApvEncContext::qp |
Definition at line 73 of file liboapvenc.c.
Referenced by get_conf().
| oapvm_payload_mdcv_t ApvEncContext::mdcv |
Definition at line 75 of file liboapvenc.c.
Referenced by handle_side_data().
| oapvm_payload_cll_t ApvEncContext::cll |
Definition at line 76 of file liboapvenc.c.
Referenced by handle_side_data().
| oapvm_payload_t* ApvEncContext::payloads |
Definition at line 78 of file liboapvenc.c.
Referenced by apv_metadata_add_payload(), liboapve_close(), and liboapve_init().
| unsigned ApvEncContext::nb_payloads |
Definition at line 79 of file liboapvenc.c.
Referenced by apv_metadata_add_payload(), liboapve_close(), and liboapve_init().
| AVDictionary* ApvEncContext::oapv_params |
Definition at line 81 of file liboapvenc.c.
Referenced by get_conf().
1.8.17