FFmpeg
 All Data Structures 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
 
int flat_syntax
 
double var_values [VAR_NB]
 

Detailed Description

Definition at line 66 of file vf_hue.c.

Field Documentation

const AVClass* HueContext::class

Definition at line 67 of file vf_hue.c.

Referenced by init().

float HueContext::hue_deg

Definition at line 68 of file vf_hue.c.

Referenced by filter_frame(), and set_options().

float HueContext::hue

Definition at line 69 of file vf_hue.c.

Referenced by compute_sin_and_cos(), filter_frame(), init(), and set_options().

char* HueContext::hue_deg_expr

Definition at line 70 of file vf_hue.c.

Referenced by filter_frame(), set_options(), and uninit().

char* HueContext::hue_expr

Definition at line 71 of file vf_hue.c.

Referenced by filter_frame(), set_options(), and uninit().

AVExpr* HueContext::hue_deg_pexpr

Definition at line 72 of file vf_hue.c.

Referenced by filter_frame(), init(), set_options(), and uninit().

AVExpr* HueContext::hue_pexpr

Definition at line 73 of file vf_hue.c.

Referenced by filter_frame(), init(), set_options(), and uninit().

float HueContext::saturation

Definition at line 74 of file vf_hue.c.

Referenced by compute_sin_and_cos(), filter_frame(), init(), and set_options().

char* HueContext::saturation_expr

Definition at line 75 of file vf_hue.c.

Referenced by filter_frame(), set_options(), and uninit().

AVExpr* HueContext::saturation_pexpr

Definition at line 76 of file vf_hue.c.

Referenced by filter_frame(), set_options(), and uninit().

int HueContext::hsub

Definition at line 77 of file vf_hue.c.

Referenced by config_props(), and filter_frame().

int HueContext::vsub

Definition at line 78 of file vf_hue.c.

Referenced by config_props(), and filter_frame().

int32_t HueContext::hue_sin

Definition at line 79 of file vf_hue.c.

Referenced by compute_sin_and_cos(), and filter_frame().

int32_t HueContext::hue_cos

Definition at line 80 of file vf_hue.c.

Referenced by compute_sin_and_cos(), and filter_frame().

int HueContext::flat_syntax

Definition at line 81 of file vf_hue.c.

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

double HueContext::var_values[VAR_NB]

Definition at line 82 of file vf_hue.c.

Referenced by config_props(), and filter_frame().


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