Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Davio_internal.h151 int ffio_realloc_buf(AVIOContext *s, int buf_size);
Dseek.c225 if (ffio_realloc_buf(s->pb, pos_delta)) { in ff_configure_buffers_for_index()
Daviobuf.c1135 int ffio_realloc_buf(AVIOContext *s, int buf_size) in ffio_realloc_buf() function