Home
last modified time | relevance | path

Searched refs:color_system (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_ciescope.c55 int color_system; member
77 …{ "system", "set color system", OFFSET(color_system), AV_OPT_TYPE_INT, {.i64=Rec709system}, 0,…
1185 int const color_system, in plot_white_point() argument
1188 const struct ColorSystem *cs = &color_systems[color_system]; in plot_white_point()
1225 const struct ColorSystem *cs = &color_systems[s->color_system]; in draw_background()
1438 s->color_system, s->cie); in filter_frame()
1460 get_rgb2xyz_matrix(color_systems[s->color_system], s->m); in config_input()