FFmpeg
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
XeveContext Struct Reference

The structure stores all the states associated with the instance of Xeve MPEG-5 EVC encoder. More...

Data Fields

const AVClassclass
 
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
 
AVDictionaryxeve_params
 

Detailed Description

The structure stores all the states associated with the instance of Xeve MPEG-5 EVC encoder.

Definition at line 68 of file libxeve.c.

Field Documentation

◆ class

const AVClass* XeveContext::class

Definition at line 69 of file libxeve.c.

◆ id

XEVE XeveContext::id

Definition at line 71 of file libxeve.c.

Referenced by libxeve_close(), libxeve_encode(), and libxeve_init().

◆ cdsc

XEVE_CDSC XeveContext::cdsc

Definition at line 72 of file libxeve.c.

Referenced by libxeve_encode(), and libxeve_init().

◆ bitb

XEVE_BITB XeveContext::bitb

Definition at line 73 of file libxeve.c.

Referenced by libxeve_close(), libxeve_encode(), and libxeve_init().

◆ stat

XEVE_STAT XeveContext::stat

Definition at line 74 of file libxeve.c.

Referenced by libxeve_encode().

◆ imgb

XEVE_IMGB XeveContext::imgb

Definition at line 75 of file libxeve.c.

Referenced by libxeve_encode(), and libxeve_init().

◆ state

State XeveContext::state

Definition at line 77 of file libxeve.c.

Referenced by libxeve_encode(), and libxeve_init().

◆ profile_id

int XeveContext::profile_id

Definition at line 79 of file libxeve.c.

Referenced by get_conf().

◆ preset_id

int XeveContext::preset_id

Definition at line 80 of file libxeve.c.

Referenced by get_conf().

◆ tune_id

int XeveContext::tune_id

Definition at line 81 of file libxeve.c.

Referenced by get_conf().

◆ rc_mode

int XeveContext::rc_mode

Definition at line 84 of file libxeve.c.

Referenced by get_conf().

◆ qp

int XeveContext::qp

Definition at line 85 of file libxeve.c.

Referenced by get_conf().

◆ crf

int XeveContext::crf

Definition at line 86 of file libxeve.c.

Referenced by get_conf().

◆ hash

int XeveContext::hash

Definition at line 88 of file libxeve.c.

◆ sei_info

int XeveContext::sei_info

Definition at line 89 of file libxeve.c.

◆ color_format

int XeveContext::color_format

Definition at line 91 of file libxeve.c.

Referenced by get_conf().

◆ xeve_params

AVDictionary* XeveContext::xeve_params

Definition at line 93 of file libxeve.c.

Referenced by libxeve_init().


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