Home
last modified time | relevance | path

Searched refs:nb_video (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
120 videos[nb_video] = stream; in switch_streams()
121 nb_video += 1; in switch_streams()
131 if (nb_video) { in switch_streams()
132 data->current_video = (data->current_video + 1) % nb_video; in switch_streams()
Ddecodebin3.c113 gint nb_video = 0, nb_audio = 0, nb_text = 0; in switch_streams() local
126 videos[nb_video] = stream; in switch_streams()
127 nb_video += 1; in switch_streams()
137 if (nb_video) { in switch_streams()
138 data->current_video = (data->current_video + 1) % nb_video; 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
1196 cur_video_idx = nb_video; in play_cycle_track_selection()
1197 nb_video++; in play_cycle_track_selection()
1236 n = nb_video; 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
2355 (nb_video == playbin->current_video || in do_stream_selection()
2356 (playbin->current_video == -1 && nb_video == 0) || in do_stream_selection()
2358 nb_video++; in do_stream_selection()