Searched refs:scroll_direction (Results 1 – 2 of 2) sorted by relevance
659 window->scroll_direction = (dtvcc_buffer[index + 2] & 0xC) >> 2; in gst_cea708dec_set_window_attributes()728 window->scroll_direction = SCROLL_DIR_BOTTOM_TO_TOP; in gst_cea708dec_set_window_style()766 window->scroll_direction = SCROLL_DIR_RIGHT_TO_LEFT; in gst_cea708dec_set_window_style()1374 window->scroll_direction = SCROLL_DIR_BOTTOM_TO_TOP; in gst_cea708dec_init_window()1710 window->word_wrap, window->scroll_direction); in gst_cea708dec_window_add_char()1721 if (window->scroll_direction == SCROLL_DIR_BOTTOM_TO_TOP) { in gst_cea708dec_window_add_char()
421 guint8 scroll_direction; member