FFmpeg
Public Types | Public Attributes | List of all members
EQContext Struct Reference

Public Types

enum  EvalMode { EVAL_MODE_INIT, EVAL_MODE_FRAME, EVAL_MODE_NB }
 

Public Attributes

const AVClassclass
 
EQParameters param [3]
 
char * contrast_expr
 
AVExprcontrast_pexpr
 
double contrast
 
char * brightness_expr
 
AVExprbrightness_pexpr
 
double brightness
 
char * saturation_expr
 
AVExprsaturation_pexpr
 
double saturation
 
char * gamma_expr
 
AVExprgamma_pexpr
 
double gamma
 
char * gamma_weight_expr
 
AVExprgamma_weight_pexpr
 
double gamma_weight
 
char * gamma_r_expr
 
AVExprgamma_r_pexpr
 
double gamma_r
 
char * gamma_g_expr
 
AVExprgamma_g_pexpr
 
double gamma_g
 
char * gamma_b_expr
 
AVExprgamma_b_pexpr
 
double gamma_b
 
double var_values [VAR_NB]
 
void(* process )(struct EQParameters *par, uint8_t *dst, int dst_stride, const uint8_t *src, int src_stride, int w, int h)
 
enum EQContext::EvalMode eval_mode
 

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