Searched refs:check_stream_specifier (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | cmdutils.h | 330 int check_stream_specifier(AVFormatContext *s, AVStream *st, const char *spec);
|
D | cmdutils.c | 886 int check_stream_specifier(AVFormatContext *s, AVStream *st, const char *spec) in check_stream_specifier() function 929 switch (check_stream_specifier(s, st, p + 1)) { in filter_codec_opts()
|
D | ffmpeg_opt.c | 129 if ((ret = check_stream_specifier(fmtctx, st, spec)) > 0) {\ 437 if (check_stream_specifier(input_files[sync_file_idx]->ctx, in opt_map() 478 check_stream_specifier(input_files[m->file_index]->ctx, in opt_map() 485 … if (check_stream_specifier(input_files[file_idx]->ctx, input_files[file_idx]->ctx->streams[i], in opt_map() 777 if ((ret = check_stream_specifier(ic, ic->streams[i], istream_spec)) > 0) { in copy_metadata() 791 if ((ret = check_stream_specifier(oc, oc->streams[i], ostream_spec)) > 0) { in copy_metadata() 1435 if (check_stream_specifier(ic, st, o->dump_attachment[i].specifier) == 1) in open_input_file() 3004 if ((ret = check_stream_specifier(oc, oc->streams[j], stream_spec)) > 0) { in open_output_file()
|
D | ffmpeg_filter.c | 261 if (check_stream_specifier(s, s->streams[i], *p == ':' ? p + 1 : p) == 1) { in init_input_filter()
|