Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcea708decoder.c660 window->print_direction = (dtvcc_buffer[index + 2] & 0x30) >> 2; in gst_cea708dec_set_window_attributes()
665 GST_LOG ("Print direction = %d", window->print_direction); in gst_cea708dec_set_window_attributes()
727 window->print_direction = PRINT_DIR_LEFT_TO_RIGHT; in gst_cea708dec_set_window_style()
765 window->print_direction = PRINT_DIR_TOP_TO_BOTTOM; in gst_cea708dec_set_window_style()
1373 window->print_direction = PRINT_DIR_LEFT_TO_RIGHT; in gst_cea708dec_init_window()
1673 switch (window->print_direction) { in gst_cea708dec_window_add_char()
1743 switch (window->print_direction) { in gst_cea708dec_window_add_char()
Dgstcea708decoder.h420 guint8 print_direction; member