FFmpeg
|
Data Fields | |
const AVClass * | class |
float | hue_deg |
float | hue |
char * | hue_deg_expr |
char * | hue_expr |
AVExpr * | hue_deg_pexpr |
AVExpr * | hue_pexpr |
float | saturation |
char * | saturation_expr |
AVExpr * | saturation_pexpr |
int | hsub |
int | vsub |
int32_t | hue_sin |
int32_t | hue_cos |
int | flat_syntax |
double | var_values [VAR_NB] |
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().