Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dutils.c3645 int orig_nb_streams = ic->nb_streams; local
3984 (options && i < orig_nb_streams) ? &options[i] : NULL);
4004 …if (avcodec_open2(avctx, codec, (options && stream_index < orig_nb_streams) ? &options[stream_inde…
4032 (options && i < orig_nb_streams)
/third_party/ffmpeg/fftools/
Dffprobe.c2967 int orig_nb_streams = fmt_ctx->nb_streams; in open_input_file() local
2971 for (i = 0; i < orig_nb_streams; i++) in open_input_file()
Dffplay.c2819 int orig_nb_streams = ic->nb_streams; in read_thread() local
2823 for (i = 0; i < orig_nb_streams; i++) in read_thread()
Dffmpeg_opt.c1192 int orig_nb_streams = ic->nb_streams; in open_input_file() local
1198 for (i = 0; i < orig_nb_streams; i++) in open_input_file()