av_buffer_realloc   74 libavcodec/avpacket.c     ret = av_buffer_realloc(buf, size + FF_INPUT_BUFFER_PADDING_SIZE);
av_buffer_realloc  123 libavcodec/avpacket.c         int ret = av_buffer_realloc(&pkt->buf, new_size);
av_buffer_realloc  168 libavcodec/avpacket.c     av_buffer_realloc(&pkt->buf, size);      \
av_buffer_realloc  530 libavcodec/ccaption_dec.c         ret = av_buffer_realloc(&ctx->pktbuf, len);
av_buffer_realloc 1935 libavcodec/utils.c             ret = av_buffer_realloc(&avpkt->buf, avpkt->size + FF_INPUT_BUFFER_PADDING_SIZE);
av_buffer_realloc 2154 libavcodec/utils.c             ret = av_buffer_realloc(&avpkt->buf, avpkt->size + FF_INPUT_BUFFER_PADDING_SIZE);
av_buffer_realloc  198 libavutil/buffer.c         av_buffer_realloc(&new, size);
av_buffer_realloc  198 libavutil/buffer.h int av_buffer_realloc(AVBufferRef **buf, int size);