Searched refs:nb_video (Results 1 – 4 of 4) sorted by relevance
107 gint nb_video = 0, nb_audio = 0, nb_text = 0; in switch_streams() local120 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()
113 gint nb_video = 0, nb_audio = 0, nb_text = 0; in switch_streams() local126 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()
1170 gint nb_audio = 0, nb_video = 0, nb_text = 0; in play_cycle_track_selection() local1196 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()
2312 gint nb_video = 0, nb_audio = 0, nb_text = 0; in do_stream_selection() local2355 (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()