Searched refs:check_stream_specifier (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | cmdutils.h | 400 int check_stream_specifier(AVFormatContext *s, AVStream *st, const char *spec);
|
D | ffmpeg_opt.c | 115 if ((ret = check_stream_specifier(fmtctx, st, spec)) > 0) {\ 376 if (check_stream_specifier(input_files[sync_file_idx]->ctx, in opt_map() 417 check_stream_specifier(input_files[m->file_index]->ctx, in opt_map() 424 … if (check_stream_specifier(input_files[file_idx]->ctx, input_files[file_idx]->ctx->streams[i], in opt_map() 699 if ((ret = check_stream_specifier(ic, ic->streams[i], istream_spec)) > 0) { in copy_metadata() 713 if ((ret = check_stream_specifier(oc, oc->streams[i], ostream_spec)) > 0) { in copy_metadata() 1334 if (check_stream_specifier(ic, st, o->dump_attachment[i].specifier) == 1) in open_input_file() 2450 && (!e->key[5] || check_stream_specifier(oc, ost->st, e->key+6))) in open_output_file() 2762 if ((ret = check_stream_specifier(oc, oc->streams[j], stream_spec)) > 0) { in open_output_file()
|
D | cmdutils.c | 2095 int check_stream_specifier(AVFormatContext *s, AVStream *st, const char *spec) in check_stream_specifier() function 2138 switch (check_stream_specifier(s, st, p + 1)) { in filter_codec_opts()
|
D | ffmpeg_filter.c | 264 if (check_stream_specifier(s, s->streams[i], *p == ':' ? p + 1 : p) == 1) { in init_input_filter()
|