Home
last modified time | relevance | path

Searched refs:av_filename_number_test (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
Dformat.c62 av_filename_number_test(filename) && in av_guess_format()
Davformat.h2838 int av_filename_number_test(const char *filename);
Dimg2dec.c166 if (av_filename_number_test(p->filename)) in img_read_probe()
Dutils.c333 int av_filename_number_test(const char *filename) in av_filename_number_test() function
578 if (!av_filename_number_test(filename)) { in avformat_open_input()
/third_party/ffmpeg/fftools/
Dffmpeg_opt.c2589 if (!av_filename_number_test(oc->url)) { in open_output_file()
2612 } else if (strcmp(oc->oformat->name, "image2")==0 && !av_filename_number_test(filename)) in open_output_file()