av_fast_realloc   889 libavcodec/4xm.c         cfrm->data = av_fast_realloc(cfrm->data, &cfrm->allocated_size,
av_fast_realloc    46 libavcodec/audio_frame_queue.c     AudioFrame *new = av_fast_realloc(afq->frames, &afq->frame_alloc, sizeof(*afq->frames)*(afq->frame_count+1));
av_fast_realloc   140 libavcodec/dirac_parser.c             av_fast_realloc(pc->buffer, &pc->buffer_size,
av_fast_realloc   152 libavcodec/dirac_parser.c         void *new_buffer = av_fast_realloc(pc->buffer, &pc->buffer_size,
av_fast_realloc   127 libavcodec/flac_parser.c     tmp_buf = av_fast_realloc(*wrap_buf, allocated_size, len);
av_fast_realloc   102 libavcodec/libtheoraenc.c         void *tmp = av_fast_realloc(h->stats, &h->stats_size,
av_fast_realloc   253 libavcodec/parser.c         void *new_buffer = av_fast_realloc(pc->buffer, &pc->buffer_size,
av_fast_realloc   272 libavcodec/parser.c         void *new_buffer = av_fast_realloc(pc->buffer, &pc->buffer_size,
av_fast_realloc   885 libavcodec/pthread_frame.c     tmp = av_fast_realloc(p->released_buffers, &p->released_buffers_allocated,
av_fast_realloc   429 libavcodec/shorten.c         tmp_ptr = av_fast_realloc(s->bitstream, &s->allocated_bitstream_size,
av_fast_realloc    93 libavcodec/vaapi.c         av_fast_realloc(vactx->slice_buf_ids,
av_fast_realloc   165 libavcodec/vaapi.c         av_fast_realloc(vactx->slice_params,
av_fast_realloc   118 libavcodec/vda_h264.c     tmp = av_fast_realloc(vda->bitstream,
av_fast_realloc   336 libavcodec/vda_h264.c     tmp = av_fast_realloc(vda->bitstream,
av_fast_realloc   344 libavcodec/vdpau.c     buffers = av_fast_realloc(buffers, &pic_ctx->bitstream_buffers_allocated,
av_fast_realloc   433 libavcodec/vdpau.c     render->bitstream_buffers= av_fast_realloc(
av_fast_realloc   724 libavcodec/vp9.c         s->c_b = av_fast_realloc(s->c_b, &s->c_b_size,
av_fast_realloc   149 libavformat/bethsoftvid.c         vidbuf_start = av_fast_realloc(vidbuf_start, &vidbuf_capacity, vidbuf_nbytes + BUFFER_PADDING_SIZE);
av_fast_realloc   227 libavformat/cafenc.c             caf->pkt_sizes = av_fast_realloc(caf->pkt_sizes,
av_fast_realloc   859 libavformat/hls.c             pls->id3_buf = av_fast_realloc(pls->id3_buf, &pls->id3_buf_size, id3_buf_pos + taglen);
av_fast_realloc   104 libavformat/mms.c                 mms->streams = av_fast_realloc(mms->streams,
av_fast_realloc   112 libavformat/mxg.c     buffer = av_fast_realloc(mxg->buffer, &mxg->buffer_size,
av_fast_realloc   124 libavformat/spdifenc.c     ctx->hd_buf = av_fast_realloc(ctx->hd_buf, &ctx->hd_buf_size, ctx->hd_buf_filled + pkt->size);
av_fast_realloc   130 libavformat/subtitles.c         subs = av_fast_realloc(q->subs, &q->allocated_size,
av_fast_realloc  1693 libavformat/utils.c     entries = av_fast_realloc(*index_entries,
av_fast_realloc   369 libavutil/mem.h void *av_fast_realloc(void *ptr, unsigned int *size, size_t min_size);