Home
last modified time | relevance | path

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

/third_party/ffmpeg/doc/examples/
Davio_list_dir.c64 if ((ret = avio_open_dir(&ctx, input_dir, NULL)) < 0) { in list_op()
/third_party/ffmpeg/libavformat/
Davio.h354 int avio_open_dir(AVIODirContext **s, const char *url, AVDictionary **options);
Davio.c531 int avio_open_dir(AVIODirContext **s, const char *url, AVDictionary **options) in avio_open_dir() function
/third_party/ffmpeg/doc/
DAPIchanges1344 Add avio_open_dir(), avio_read_dir(), avio_close_dir(), avio_free_directory_entry().