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