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

Data Fields

const AVClassclass
 
float hue_deg
 
float hue
 
char * hue_deg_expr
 
char * hue_expr
 
AVExprhue_deg_pexpr
 
AVExprhue_pexpr
 
float saturation
 
char * saturation_expr
 
AVExprsaturation_pexpr
 
int hsub
 
int vsub
 
int32_t hue_sin
 
int32_t hue_cos
 
double var_values [VAR_NB]
 

Detailed Description

Definition at line 60 of file vf_hue.c.

Field Documentation

const AVClass* HueContext::class

Definition at line 61 of file vf_hue.c.

float HueContext::hue_deg

Definition at line 62 of file vf_hue.c.

Referenced by filter_frame().

float HueContext::hue

Definition at line 63 of file vf_hue.c.

Referenced by compute_sin_and_cos(), and filter_frame().

char* HueContext::hue_deg_expr

Definition at line 64 of file vf_hue.c.

Referenced by filter_frame(), init(), and process_command().

char* HueContext::hue_expr

Definition at line 65 of file vf_hue.c.

Referenced by filter_frame(), init(), and process_command().

AVExpr* HueContext::hue_deg_pexpr

Definition at line 66 of file vf_hue.c.

Referenced by filter_frame(), and uninit().

AVExpr* HueContext::hue_pexpr

Definition at line 67 of file vf_hue.c.

Referenced by filter_frame(), and uninit().

float HueContext::saturation

Definition at line 68 of file vf_hue.c.

Referenced by compute_sin_and_cos(), and filter_frame().

char* HueContext::saturation_expr

Definition at line 69 of file vf_hue.c.

Referenced by filter_frame(), and init().

AVExpr* HueContext::saturation_pexpr

Definition at line 70 of file vf_hue.c.

Referenced by filter_frame(), and uninit().

int HueContext::hsub

Definition at line 71 of file vf_hue.c.

Referenced by config_props(), and filter_frame().

int HueContext::vsub

Definition at line 72 of file vf_hue.c.

Referenced by config_props(), and filter_frame().

int32_t HueContext::hue_sin

Definition at line 73 of file vf_hue.c.

Referenced by compute_sin_and_cos(), and filter_frame().

int32_t HueContext::hue_cos

Definition at line 74 of file vf_hue.c.

Referenced by compute_sin_and_cos(), and filter_frame().

double HueContext::var_values[VAR_NB]

Definition at line 75 of file vf_hue.c.

Referenced by config_props(), and filter_frame().


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