Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Davio.h375 int avio_check(const char *url, int flags);
Dimg2dec.c121 if (pb || avio_check(buf, AVIO_FLAG_READ) > 0) in find_image_range()
125 if (avio_check(buf, AVIO_FLAG_READ) > 0) in find_image_range()
143 if (avio_check(buf, AVIO_FLAG_READ) <= 0) in find_image_range()
Davio.c477 int avio_check(const char *url, int flags) in avio_check() function
/third_party/ffmpeg/fftools/
Dffmpeg_opt.c1002 if (proto_name && !strcmp(proto_name, "file") && avio_check(filename, 0) == 0) { in assert_file_overwrite()
/third_party/ffmpeg/doc/
DAPIchanges2617 c55780d / 175389c add avio_check as a replacement for url_exist