av_buffer_realloc   79 libavcodec/avpacket.c     ret = av_buffer_realloc(buf, size + AV_INPUT_BUFFER_PADDING_SIZE);
av_buffer_realloc  134 libavcodec/avpacket.c             int ret = av_buffer_realloc(&pkt->buf, new_size + data_offset);
av_buffer_realloc  176 libavcodec/avpacket.c     av_buffer_realloc(&pkt->buf, size);      \
av_buffer_realloc  234 libavcodec/encode.c             ret = av_buffer_realloc(&avpkt->buf, avpkt->size + AV_INPUT_BUFFER_PADDING_SIZE);
av_buffer_realloc  332 libavcodec/encode.c             ret = av_buffer_realloc(&avpkt->buf, avpkt->size + AV_INPUT_BUFFER_PADDING_SIZE);
av_buffer_realloc  200 libavcodec/h264_sei.c                 ret = av_buffer_realloc(&h->buf_ref, new_size);
av_buffer_realloc  195 libavcodec/hevc_sei.c                 ret = av_buffer_realloc(&s->buf_ref, new_size);
av_buffer_realloc 1006 libavformat/matroskadec.c     ret = av_buffer_realloc(&bin->buf, length + AV_INPUT_BUFFER_PADDING_SIZE);
av_buffer_realloc 2273 libavformat/matroskadec.c         int ret = av_buffer_realloc(&track->codec_priv.buf,
av_buffer_realloc  199 libavutil/buffer.c         av_buffer_realloc(&new, size);
av_buffer_realloc  198 libavutil/buffer.h int av_buffer_realloc(AVBufferRef **buf, int size);