FFmpeg
|
The structure stores all the states associated with the instance of Xeve MPEG-5 EVC encoder. More...
Data Fields | |
const AVClass * | class |
XEVE | id |
XEVE_CDSC | cdsc |
XEVE_BITB | bitb |
XEVE_STAT | stat |
XEVE_IMGB | imgb |
State | state |
int | profile_id |
int | preset_id |
int | tune_id |
int | rc_mode |
int | qp |
int | crf |
int | hash |
int | sei_info |
int | color_format |
AVDictionary * | xeve_params |
The structure stores all the states associated with the instance of Xeve MPEG-5 EVC encoder.
XEVE XeveContext::id |
Definition at line 70 of file libxeve.c.
Referenced by libxeve_close(), libxeve_encode(), and libxeve_init().
XEVE_CDSC XeveContext::cdsc |
Definition at line 71 of file libxeve.c.
Referenced by libxeve_encode(), and libxeve_init().
XEVE_BITB XeveContext::bitb |
Definition at line 72 of file libxeve.c.
Referenced by libxeve_close(), libxeve_encode(), and libxeve_init().
XEVE_STAT XeveContext::stat |
Definition at line 73 of file libxeve.c.
Referenced by libxeve_encode().
XEVE_IMGB XeveContext::imgb |
Definition at line 74 of file libxeve.c.
Referenced by libxeve_encode(), and libxeve_init().
State XeveContext::state |
Definition at line 76 of file libxeve.c.
Referenced by libxeve_encode(), and libxeve_init().
int XeveContext::profile_id |
Definition at line 78 of file libxeve.c.
Referenced by get_conf().
int XeveContext::preset_id |
Definition at line 79 of file libxeve.c.
Referenced by get_conf().
int XeveContext::tune_id |
Definition at line 80 of file libxeve.c.
Referenced by get_conf().
int XeveContext::rc_mode |
Definition at line 83 of file libxeve.c.
Referenced by get_conf().
int XeveContext::qp |
Definition at line 84 of file libxeve.c.
Referenced by get_conf().
int XeveContext::crf |
Definition at line 85 of file libxeve.c.
Referenced by get_conf().
int XeveContext::color_format |
Definition at line 90 of file libxeve.c.
Referenced by get_conf().
AVDictionary* XeveContext::xeve_params |
Definition at line 92 of file libxeve.c.
Referenced by libxeve_init().