Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcea708decoder.c205 decoder->current_window = 0; in gst_cea708dec_set_service_number()
618 cea708Window *window = decoder->cc_windows[decoder->current_window]; in gst_cea708dec_set_pen_color()
642 cea708Window *window = decoder->cc_windows[decoder->current_window]; in gst_cea708dec_set_window_attributes()
671 cea708Window *window = decoder->cc_windows[decoder->current_window]; in gst_cea708dec_set_pen_style()
723 cea708Window *window = decoder->cc_windows[decoder->current_window]; in gst_cea708dec_set_window_style()
776 cea708Window *window = decoder->cc_windows[decoder->current_window]; in gst_cea708dec_define_window()
794 GST_LOG ("current_window=%d", decoder->current_window); in gst_cea708dec_define_window()
1399 cea708Window *window = decoder->cc_windows[decoder->current_window]; in gst_cea708dec_set_pen_attributes()
1471 cea708Window *window = decoder->cc_windows[decoder->current_window]; in gst_cea708dec_process_command()
1480 gst_cea708dec_show_pango_window (decoder, decoder->current_window); in gst_cea708dec_process_command()
[all …]
Dgstcea708decoder.h454 guint8 current_window; member