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] |
Definition at line 66 of file vf_hue.c.
| const AVClass* HueContext::class |
| float HueContext::hue |
Definition at line 69 of file vf_hue.c.
Referenced by compute_sin_and_cos(), init(), set_options(), and start_frame().
| int32_t HueContext::hue_cos |
| float HueContext::hue_deg |
| char* HueContext::hue_deg_expr |
Definition at line 72 of file vf_hue.c.
Referenced by init(), set_options(), start_frame(), and uninit().
| char* HueContext::hue_expr |
Definition at line 73 of file vf_hue.c.
Referenced by init(), set_options(), start_frame(), and uninit().
| int32_t HueContext::hue_sin |
| float HueContext::saturation |
Definition at line 74 of file vf_hue.c.
Referenced by compute_sin_and_cos(), init(), set_options(), and start_frame().
| double HueContext::var_values[VAR_NB] |
1.5.8