Searched refs:print_direction (Results 1 – 2 of 2) sorted by relevance
660 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()
420 guint8 print_direction; member