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.h96 int ffio_realloc_buf(AVIOContext *s, int buf_size);
Daviobuf.c1049 int ffio_realloc_buf(AVIOContext *s, int buf_size) in ffio_realloc_buf() function
Dutils.c2117 if (ffio_realloc_buf(s->pb, pos_delta)) { in ff_configure_buffers_for_index()