Home
last modified time | relevance | path

Searched refs:nb_text (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/examples/decodebin_next/
Dplaybin-test.c107 gint nb_video = 0, nb_audio = 0, nb_text = 0; in switch_streams() local
126 texts[nb_text] = stream; in switch_streams()
127 nb_text += 1; in switch_streams()
147 if (nb_text) { in switch_streams()
148 data->current_text = (data->current_text + 1) % nb_text; in switch_streams()
Ddecodebin3.c113 gint nb_video = 0, nb_audio = 0, nb_text = 0; in switch_streams() local
132 texts[nb_text] = stream; in switch_streams()
133 nb_text += 1; in switch_streams()
153 if (nb_text) { in switch_streams()
154 data->current_text = (data->current_text + 1) % nb_text; in switch_streams()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-play.c1170 gint nb_audio = 0, nb_video = 0, nb_text = 0; in play_cycle_track_selection() local
1200 cur_text_idx = nb_text; in play_cycle_track_selection()
1201 nb_text++; in play_cycle_track_selection()
1255 n = nb_text; in play_cycle_track_selection()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybin3.c2312 gint nb_video = 0, nb_audio = 0, nb_text = 0; in do_stream_selection() local
2362 (nb_text == playbin->current_text || in do_stream_selection()
2363 (playbin->current_text == -1 && nb_text == 0) || in do_stream_selection()
2365 nb_text++; in do_stream_selection()