Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tools/
Dgst-play.c1168 GList *selected_streams = NULL; in play_cycle_track_selection() local
1220 selected_streams = in play_cycle_track_selection()
1221 g_list_append (selected_streams, play->cur_video_sid); in play_cycle_track_selection()
1224 selected_streams = in play_cycle_track_selection()
1225 g_list_append (selected_streams, play->cur_text_sid); in play_cycle_track_selection()
1239 selected_streams = in play_cycle_track_selection()
1240 g_list_append (selected_streams, play->cur_audio_sid); in play_cycle_track_selection()
1243 selected_streams = in play_cycle_track_selection()
1244 g_list_append (selected_streams, play->cur_text_sid); in play_cycle_track_selection()
1258 selected_streams = in play_cycle_track_selection()
[all …]
/third_party/ffmpeg/fftools/
Dffprobe.c286 static int *selected_streams; variable
2503 REALLOCZ_ARRAY_STREAM(selected_streams, nb_streams, fmt_ctx->nb_streams); in read_interval_packets()
2506 if (selected_streams[pkt->stream_index]) { in read_interval_packets()
2799 if (selected_streams[i]) { in show_streams()
2831 if (selected_streams[program->stream_index[i]]) { in show_program()
3084 REALLOCZ_ARRAY_STREAM(selected_streams,0,ifile.fmt_ctx->nb_streams); in probe_file()
3093 selected_streams[i] = ret; in probe_file()
3096 selected_streams[i] = 1; in probe_file()
3098 if (!selected_streams[i]) in probe_file()
3141 av_freep(&selected_streams); in probe_file()