FFmpeg
|
Data Fields | |
const AVClass * | class |
int | color_system |
unsigned | gamuts |
int | size |
int | show_white |
int | correct_gamma |
int | cie |
float | intensity |
float | contrast |
int | background |
double | log2lin [65536] |
double | igamma |
double | i [3][3] |
double | m [3][3] |
AVFrame * | f |
void(* | filter )(AVFilterContext *ctx, AVFrame *in, double *cx, double *cy, int x, int y) |
Definition at line 52 of file vf_ciescope.c.
const AVClass* CiescopeContext::class |
Definition at line 53 of file vf_ciescope.c.
int CiescopeContext::color_system |
Definition at line 54 of file vf_ciescope.c.
Referenced by config_input(), draw_background(), and filter_frame().
unsigned CiescopeContext::gamuts |
Definition at line 55 of file vf_ciescope.c.
Referenced by filter_frame().
int CiescopeContext::size |
Definition at line 56 of file vf_ciescope.c.
Referenced by config_output(), and draw_background().
int CiescopeContext::show_white |
Definition at line 57 of file vf_ciescope.c.
Referenced by filter_frame().
int CiescopeContext::correct_gamma |
Definition at line 58 of file vf_ciescope.c.
Referenced by draw_background().
int CiescopeContext::cie |
Definition at line 59 of file vf_ciescope.c.
Referenced by draw_background(), and filter_frame().
float CiescopeContext::intensity |
Definition at line 60 of file vf_ciescope.c.
Referenced by filter_frame().
float CiescopeContext::contrast |
Definition at line 61 of file vf_ciescope.c.
Referenced by draw_background().
int CiescopeContext::background |
Definition at line 62 of file vf_ciescope.c.
Referenced by filter_frame().
double CiescopeContext::log2lin[65536] |
Definition at line 64 of file vf_ciescope.c.
Referenced by config_input(), and filter_xyz().
double CiescopeContext::igamma |
Definition at line 65 of file vf_ciescope.c.
Referenced by config_input().
double CiescopeContext::i[3][3] |
Definition at line 66 of file vf_ciescope.c.
Referenced by config_input(), and draw_background().
double CiescopeContext::m[3][3] |
Definition at line 67 of file vf_ciescope.c.
Referenced by config_input(), filter_rgb24(), filter_rgb48(), filter_rgba(), and filter_rgba64().
AVFrame* CiescopeContext::f |
Definition at line 68 of file vf_ciescope.c.
Referenced by draw_background(), filter_frame(), and uninit().
void(* CiescopeContext::filter)(AVFilterContext *ctx, AVFrame *in, double *cx, double *cy, int x, int y) |
Definition at line 69 of file vf_ciescope.c.
Referenced by config_input(), and filter_frame().