Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcea708decoder.c542 case CEA708_COLOR_BLACK: in gst_cea708dec_get_color_name()
681 window->pen_color.bg_color = CEA708_COLOR_BLACK; in gst_cea708dec_set_pen_style()
683 window->pen_color.edge_color = CEA708_COLOR_BLACK; in gst_cea708dec_set_pen_style()
733 window->fill_color = CEA708_COLOR_BLACK; in gst_cea708dec_set_window_style()
1351 window->pen_color.bg_color = CEA708_COLOR_BLACK; in gst_cea708dec_init_window()
1353 window->pen_color.edge_color = CEA708_COLOR_BLACK; in gst_cea708dec_init_window()
1379 window->fill_color = CEA708_COLOR_BLACK; in gst_cea708dec_init_window()
1382 window->border_color = CEA708_COLOR_BLACK; in gst_cea708dec_init_window()
Dgstcea708decoder.h124 #define CEA708_COLOR_BLACK 0x00 macro