Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Daviobuf.c86 static int url_resetbuf(AVIOContext *s, int flags);
107 url_resetbuf(s, write_flag ? AVIO_FLAG_WRITE : AVIO_FLAG_READ); in ffio_init_context()
1045 url_resetbuf(s, s->write_flag ? AVIO_FLAG_WRITE : AVIO_FLAG_READ); in ffio_set_buf_size()
1080 static int url_resetbuf(AVIOContext *s, int flags) in url_resetbuf() function