Home
last modified time | relevance | path

Searched refs:av_fast_realloc (Results 1 – 25 of 35) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
Df_drawgraph.c113 s->values[0] = av_fast_realloc(NULL, &s->values_size[0], 2000); in init()
114 s->values[1] = av_fast_realloc(NULL, &s->values_size[1], 2000); in init()
115 s->values[2] = av_fast_realloc(NULL, &s->values_size[2], 2000); in init()
116 s->values[3] = av_fast_realloc(NULL, &s->values_size[3], 2000); in init()
173 ptr = av_fast_realloc(s->values[0], &s->values_size[0], s->values_size[0] * 2); in filter_frame()
178 ptr = av_fast_realloc(s->values[1], &s->values_size[1], s->values_size[1] * 2); in filter_frame()
183 ptr = av_fast_realloc(s->values[2], &s->values_size[2], s->values_size[2] * 2); in filter_frame()
188 ptr = av_fast_realloc(s->values[3], &s->values_size[3], s->values_size[3] * 2); in filter_frame()
Df_reverse.c42 s->pts = av_fast_realloc(NULL, &s->pts_size, in init()
47 s->frames = av_fast_realloc(NULL, &s->frames_size, in init()
77 ptr = av_fast_realloc(s->pts, &s->pts_size, s->pts_size * 2); in filter_frame()
84 ptr = av_fast_realloc(s->frames, &s->frames_size, s->frames_size * 2); in filter_frame()
Dasrc_afirsrc.c166 new_items = av_fast_realloc(NULL, items_size, 1 * sizeof(float)); in parse_string()
177 new_items = av_fast_realloc(*items, items_size, (*nb_items + 1) * sizeof(float)); in parse_string()
Dvulkan.c244 inval_list = av_fast_realloc(s->scratch, &s->scratch_size, in ff_vk_map_buffers()
282 flush_list = av_fast_realloc(s->scratch, &s->scratch_size, in ff_vk_unmap_buffers()
475 e->sem_wait = av_fast_realloc(e->sem_wait, &e->sem_wait_alloc, in ff_vk_add_exec_dep()
482 e->sem_wait_dst = av_fast_realloc(e->sem_wait_dst, &e->sem_wait_dst_alloc, in ff_vk_add_exec_dep()
489 e->sem_sig = av_fast_realloc(e->sem_sig, &e->sem_sig_alloc, in ff_vk_add_exec_dep()
504 dst = av_fast_realloc(q->frame_deps, &q->frame_deps_alloc_size, in ff_vk_add_exec_dep()
571 dst = av_fast_realloc(q->buf_deps, &q->buf_deps_alloc_size, in ff_vk_add_dep_exec_ctx()
/third_party/ffmpeg/libavcodec/
Dnvdec_h264.c140 tmp = av_fast_realloc(ctx->bitstream, &ctx->bitstream_allocated, in nvdec_h264_decode_slice()
146 tmp = av_fast_realloc(ctx->slice_offsets, &ctx->slice_offsets_allocated, in nvdec_h264_decode_slice()
Ddirac_parser.c159 av_fast_realloc(pc->buffer, &pc->buffer_size, in dirac_combine_frame()
171 void *new_buffer = av_fast_realloc(pc->buffer, &pc->buffer_size, in dirac_combine_frame()
Dav1_parse.c73 tmp = av_fast_realloc(pkt->obus, &pkt->obus_allocated_size, new_size * sizeof(*tmp)); in ff_av1_packet_split()
Dparser.c259 void *new_buffer = av_fast_realloc(pc->buffer, &pc->buffer_size, in ff_combine_frame()
281 void *new_buffer = av_fast_realloc(pc->buffer, &pc->buffer_size, in ff_combine_frame()
Daudio_frame_queue.c46 …AudioFrame *new = av_fast_realloc(afq->frames, &afq->frame_alloc, sizeof(*afq->frames)*(afq->frame… in ff_af_queue_add()
Dnvdec_hevc.c276 tmp = av_fast_realloc(ctx->bitstream, &ctx->bitstream_allocated, in nvdec_hevc_decode_slice()
282 tmp = av_fast_realloc(ctx->slice_offsets, &ctx->slice_offsets_allocated, in nvdec_hevc_decode_slice()
Dshorten.c534 tmp_ptr = av_fast_realloc(s->bitstream, &s->allocated_bitstream_size, in shorten_decode_frame()
584 tmp_ptr = av_fast_realloc(s->bitstream, &s->allocated_bitstream_size, in shorten_decode_frame()
Dlibtheoraenc.c102 void *tmp = av_fast_realloc(h->stats, &h->stats_size, in get_stats()
Dh2645_parse.c462 tmp = av_fast_realloc(pkt->nals, &pkt->nal_buffer_size, new_size * sizeof(*pkt->nals)); in ff_h2645_packet_split()
Dvdpau.c382 buffers = av_fast_realloc(buffers, &pic_ctx->bitstream_buffers_allocated, in ff_vdpau_add_buffer()
Dvideotoolbox.c70 tmp = av_fast_realloc(vtctx->bitstream, in videotoolbox_buffer_copy()
378 tmp = av_fast_realloc(vtctx->bitstream, in videotoolbox_common_decode_slice()
Dlibrav1e.c114 uint8_t *tmp = av_fast_realloc(ctx->pass_data, &ctx->pass_size, in get_stats()
/third_party/ffmpeg/libavformat/
Dmms.c105 mms->streams = av_fast_realloc(mms->streams, in ff_mms_asf_header_parser()
Dmxg.c112 buffer = av_fast_realloc(mxg->buffer, &mxg->buffer_size, in mxg_update_cache()
Dcafenc.c220 caf->pkt_sizes = av_fast_realloc(caf->pkt_sizes, in caf_write_packet()
Dbethsoftvid.c156 uint8_t *tmp = av_fast_realloc(vidbuf_start, &vidbuf_capacity, in read_frame()
Dsubtitles.c130 subs = av_fast_realloc(q->subs, &q->allocated_size, in ff_subtitles_queue_insert()
Dspdifenc.c130 …ctx->hd_buf[0] = av_fast_realloc(ctx->hd_buf[0], &ctx->hd_buf_size, ctx->hd_buf_filled + pkt->size… in spdif_header_eac3()
Dmov.c1319 item = av_fast_realloc(c->frag_index.item, in update_frag_index()
2939 MOVStts *stts_data = av_fast_realloc(sc->stts_data, &alloc_size, in mov_read_stts()
3051 … sc->ctts_data = av_fast_realloc(NULL, &sc->ctts_allocated_size, entries * sizeof(*sc->ctts_data)); in mov_read_ctts()
3300 entries = av_fast_realloc(st->index_entries, in add_index_entry()
3351 ctts_buf_new = av_fast_realloc(*ctts_data, allocated_size, requested_size); in add_ctts_entry()
3865 sc->ctts_data = av_fast_realloc(NULL, &sc->ctts_allocated_size, in mov_build_index()
4863 new_entries = av_fast_realloc(st->index_entries, in mov_read_trun()
4872 ctts_data = av_fast_realloc(sc->ctts_data, &sc->ctts_allocated_size, in mov_read_trun()
6064 encrypted_samples = av_fast_realloc(encryption_index->encrypted_samples, &alloc_size, in mov_read_senc()
6118 encrypted_samples = av_fast_realloc(encryption_index->encrypted_samples, &alloc_size, in mov_parse_auxiliary_info()
[all …]
/third_party/ffmpeg/libavutil/
Dmem.h376 void *av_fast_realloc(void *ptr, unsigned int *size, size_t min_size);
Dmem.c478 void *av_fast_realloc(void *ptr, unsigned int *size, size_t min_size) in av_fast_realloc() function

12