av_fast_realloc 896 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 73 libavcodec/av1_parse.c tmp = av_fast_realloc(pkt->obus, &pkt->obus_allocated_size, new_size * sizeof(*tmp)); av_fast_realloc 159 libavcodec/dirac_parser.c av_fast_realloc(pc->buffer, &pc->buffer_size, av_fast_realloc 171 libavcodec/dirac_parser.c void *new_buffer = av_fast_realloc(pc->buffer, &pc->buffer_size, av_fast_realloc 128 libavcodec/flac_parser.c tmp_buf = av_fast_realloc(*wrap_buf, allocated_size, len); av_fast_realloc 462 libavcodec/h2645_parse.c tmp = av_fast_realloc(pkt->nals, &pkt->nal_buffer_size, new_size * sizeof(*pkt->nals)); av_fast_realloc 114 libavcodec/librav1e.c uint8_t *tmp = av_fast_realloc(ctx->pass_data, &ctx->pass_size, av_fast_realloc 102 libavcodec/libtheoraenc.c void *tmp = av_fast_realloc(h->stats, &h->stats_size, av_fast_realloc 636 libavcodec/nvdec.c tmp = av_fast_realloc(ctx->slice_offsets, &ctx->slice_offsets_allocated, av_fast_realloc 140 libavcodec/nvdec_h264.c tmp = av_fast_realloc(ctx->bitstream, &ctx->bitstream_allocated, av_fast_realloc 146 libavcodec/nvdec_h264.c tmp = av_fast_realloc(ctx->slice_offsets, &ctx->slice_offsets_allocated, av_fast_realloc 276 libavcodec/nvdec_hevc.c tmp = av_fast_realloc(ctx->bitstream, &ctx->bitstream_allocated, av_fast_realloc 282 libavcodec/nvdec_hevc.c tmp = av_fast_realloc(ctx->slice_offsets, &ctx->slice_offsets_allocated, av_fast_realloc 259 libavcodec/parser.c void *new_buffer = av_fast_realloc(pc->buffer, &pc->buffer_size, av_fast_realloc 281 libavcodec/parser.c void *new_buffer = av_fast_realloc(pc->buffer, &pc->buffer_size, av_fast_realloc 534 libavcodec/shorten.c tmp_ptr = av_fast_realloc(s->bitstream, &s->allocated_bitstream_size, av_fast_realloc 584 libavcodec/shorten.c tmp_ptr = av_fast_realloc(s->bitstream, &s->allocated_bitstream_size, av_fast_realloc 382 libavcodec/vdpau.c buffers = av_fast_realloc(buffers, &pic_ctx->bitstream_buffers_allocated, av_fast_realloc 70 libavcodec/videotoolbox.c tmp = av_fast_realloc(vtctx->bitstream, av_fast_realloc 378 libavcodec/videotoolbox.c tmp = av_fast_realloc(vtctx->bitstream, av_fast_realloc 166 libavfilter/asrc_afirsrc.c new_items = av_fast_realloc(NULL, items_size, 1 * sizeof(float)); av_fast_realloc 177 libavfilter/asrc_afirsrc.c new_items = av_fast_realloc(*items, items_size, (*nb_items + 1) * sizeof(float)); av_fast_realloc 113 libavfilter/f_drawgraph.c s->values[0] = av_fast_realloc(NULL, &s->values_size[0], 2000); av_fast_realloc 114 libavfilter/f_drawgraph.c s->values[1] = av_fast_realloc(NULL, &s->values_size[1], 2000); av_fast_realloc 115 libavfilter/f_drawgraph.c s->values[2] = av_fast_realloc(NULL, &s->values_size[2], 2000); av_fast_realloc 116 libavfilter/f_drawgraph.c s->values[3] = av_fast_realloc(NULL, &s->values_size[3], 2000); av_fast_realloc 173 libavfilter/f_drawgraph.c ptr = av_fast_realloc(s->values[0], &s->values_size[0], s->values_size[0] * 2); av_fast_realloc 178 libavfilter/f_drawgraph.c ptr = av_fast_realloc(s->values[1], &s->values_size[1], s->values_size[1] * 2); av_fast_realloc 183 libavfilter/f_drawgraph.c ptr = av_fast_realloc(s->values[2], &s->values_size[2], s->values_size[2] * 2); av_fast_realloc 188 libavfilter/f_drawgraph.c ptr = av_fast_realloc(s->values[3], &s->values_size[3], s->values_size[3] * 2); av_fast_realloc 42 libavfilter/f_reverse.c s->pts = av_fast_realloc(NULL, &s->pts_size, av_fast_realloc 47 libavfilter/f_reverse.c s->frames = av_fast_realloc(NULL, &s->frames_size, av_fast_realloc 77 libavfilter/f_reverse.c ptr = av_fast_realloc(s->pts, &s->pts_size, s->pts_size * 2); av_fast_realloc 84 libavfilter/f_reverse.c ptr = av_fast_realloc(s->frames, &s->frames_size, s->frames_size * 2); av_fast_realloc 244 libavfilter/vulkan.c inval_list = av_fast_realloc(s->scratch, &s->scratch_size, av_fast_realloc 282 libavfilter/vulkan.c flush_list = av_fast_realloc(s->scratch, &s->scratch_size, av_fast_realloc 475 libavfilter/vulkan.c e->sem_wait = av_fast_realloc(e->sem_wait, &e->sem_wait_alloc, av_fast_realloc 482 libavfilter/vulkan.c e->sem_wait_dst = av_fast_realloc(e->sem_wait_dst, &e->sem_wait_dst_alloc, av_fast_realloc 489 libavfilter/vulkan.c e->sem_sig = av_fast_realloc(e->sem_sig, &e->sem_sig_alloc, av_fast_realloc 504 libavfilter/vulkan.c dst = av_fast_realloc(q->frame_deps, &q->frame_deps_alloc_size, av_fast_realloc 571 libavfilter/vulkan.c dst = av_fast_realloc(q->buf_deps, &q->buf_deps_alloc_size, av_fast_realloc 150 libavformat/bethsoftvid.c uint8_t *tmp = av_fast_realloc(vidbuf_start, &vidbuf_capacity, av_fast_realloc 220 libavformat/cafenc.c caf->pkt_sizes = av_fast_realloc(caf->pkt_sizes, av_fast_realloc 1175 libavformat/hls.c pls->id3_buf = av_fast_realloc(pls->id3_buf, &pls->id3_buf_size, id3_buf_pos + taglen); av_fast_realloc 1253 libavformat/matroskadec.c newelem = av_fast_realloc(list->elem, av_fast_realloc 105 libavformat/mms.c mms->streams = av_fast_realloc(mms->streams, av_fast_realloc 1317 libavformat/mov.c item = av_fast_realloc(c->frag_index.item, av_fast_realloc 2939 libavformat/mov.c MOVStts *stts_data = av_fast_realloc(sc->stts_data, &alloc_size, av_fast_realloc 3051 libavformat/mov.c sc->ctts_data = av_fast_realloc(NULL, &sc->ctts_allocated_size, entries * sizeof(*sc->ctts_data)); av_fast_realloc 3300 libavformat/mov.c entries = av_fast_realloc(st->index_entries, av_fast_realloc 3351 libavformat/mov.c ctts_buf_new = av_fast_realloc(*ctts_data, allocated_size, requested_size); av_fast_realloc 3865 libavformat/mov.c sc->ctts_data = av_fast_realloc(NULL, &sc->ctts_allocated_size, av_fast_realloc 4863 libavformat/mov.c new_entries = av_fast_realloc(st->index_entries, av_fast_realloc 4872 libavformat/mov.c ctts_data = av_fast_realloc(sc->ctts_data, &sc->ctts_allocated_size, av_fast_realloc 6060 libavformat/mov.c encrypted_samples = av_fast_realloc(encryption_index->encrypted_samples, &alloc_size, av_fast_realloc 6114 libavformat/mov.c encrypted_samples = av_fast_realloc(encryption_index->encrypted_samples, &alloc_size, av_fast_realloc 6162 libavformat/mov.c uint8_t *new_buffer = av_fast_realloc(buffer, &alloc_size, new_size); av_fast_realloc 6314 libavformat/mov.c auxiliary_offsets = av_fast_realloc( av_fast_realloc 6385 libavformat/mov.c key_ids = av_fast_realloc(info->key_ids, &alloc_size, av_fast_realloc 112 libavformat/mxg.c buffer = av_fast_realloc(mxg->buffer, &mxg->buffer_size, av_fast_realloc 130 libavformat/spdifenc.c ctx->hd_buf[0] = av_fast_realloc(ctx->hd_buf[0], &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 2007 libavformat/utils.c entries = av_fast_realloc(*index_entries, av_fast_realloc 887 libavutil/hwcontext_vulkan.c dst = av_fast_realloc(q->buf_deps, &q->buf_deps_alloc_size, av_fast_realloc 376 libavutil/mem.h void *av_fast_realloc(void *ptr, unsigned int *size, size_t min_size);