Home
last modified time | relevance | path

Searched refs:AVIODirContext (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
Davio.h103 typedef struct AVIODirContext { struct
105 } AVIODirContext; argument
406 int avio_open_dir(AVIODirContext **s, const char *url, AVDictionary **options);
419 int avio_read_dir(AVIODirContext *s, AVIODirEntry **next);
430 int avio_close_dir(AVIODirContext **s);
Davio.c534 int avio_open_dir(AVIODirContext **s, const char *url, AVDictionary **options) in avio_open_dir()
537 AVIODirContext *ctx = NULL; in avio_open_dir()
572 int avio_read_dir(AVIODirContext *s, AVIODirEntry **next) in avio_read_dir()
585 int avio_close_dir(AVIODirContext **s) in avio_close_dir()
/third_party/ffmpeg/doc/examples/
Davio_list_dir.c60 AVIODirContext *ctx = NULL; in list_op()
/third_party/ffmpeg/doc/
DAPIchanges1064 Add AVIODirEntry, AVIODirContext structures.