Searched refs:ffio_realloc_buf (Results 1 – 3 of 3) sorted by relevance
151 int ffio_realloc_buf(AVIOContext *s, int buf_size);
225 if (ffio_realloc_buf(s->pb, pos_delta)) { in ff_configure_buffers_for_index()
1135 int ffio_realloc_buf(AVIOContext *s, int buf_size) in ffio_realloc_buf() function