Searched refs:avio_check (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dimg2.c143 if (avio_check(buf, AVIO_FLAG_READ) > 0)
147 if (avio_check(buf, AVIO_FLAG_READ) > 0)
165 if (avio_check(buf, AVIO_FLAG_READ) <= 0)
H A Davio.c407 int avio_check(const char *url, int flags) function
H A Davio.h378 * @deprecated Use avio_check instead.
395 int avio_check(const char *url, int flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davio.h181 int avio_check(const char *url, int flags);
H A Dimg2dec.c116 if (avio_check(buf, AVIO_FLAG_READ) > 0)
120 if (avio_check(buf, AVIO_FLAG_READ) > 0)
138 if (avio_check(buf, AVIO_FLAG_READ) <= 0)
H A Davio.c400 int avio_check(const char *url, int flags) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davserver.c3650 if (avio_check(feed->feed_filename, AVIO_FLAG_READ) > 0) {
3723 if (avio_check(feed->feed_filename, AVIO_FLAG_WRITE) <= 0) {
H A Davconv.c3236 if (avio_check(filename, 0) == 0) {
H A Dffmpeg.c3805 if (avio_check(filename, 0) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffserver.c3721 if (avio_check(feed->feed_filename, AVIO_FLAG_READ) > 0) {
3796 if (avio_check(feed->feed_filename, AVIO_FLAG_WRITE) <= 0) {
H A Dffmpeg_opt.c729 if (proto_name && !strcmp(proto_name, "file") && avio_check(filename, 0) == 0) {

Completed in 267 milliseconds