Home
last modified time | relevance | path

Searched refs:av_fast_realloc (Results 1 - 25 of 48) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
H A Df_drawgraph.c117 s->values[0] = av_fast_realloc(NULL, &s->values_size[0], 2000); in init()
118 s->values[1] = av_fast_realloc(NULL, &s->values_size[1], 2000); in init()
119 s->values[2] = av_fast_realloc(NULL, &s->values_size[2], 2000); in init()
120 s->values[3] = av_fast_realloc(NULL, &s->values_size[3], 2000); in init()
177 ptr = av_fast_realloc(s->values[0], &s->values_size[0], s->values_size[0] * 2); in filter_frame()
182 ptr = av_fast_realloc(s->values[1], &s->values_size[1], s->values_size[1] * 2); in filter_frame()
187 ptr = av_fast_realloc(s->values[2], &s->values_size[2], s->values_size[2] * 2); in filter_frame()
192 ptr = av_fast_realloc(s->values[3], &s->values_size[3], s->values_size[3] * 2); in filter_frame()
H A Df_reverse.c45 s->pts = av_fast_realloc(NULL, &s->pts_size, in init()
50 s->frames = av_fast_realloc(NULL, &s->frames_size, in init()
80 ptr = av_fast_realloc(s->pts, &s->pts_size, s->pts_size * 2); in filter_frame()
87 ptr = av_fast_realloc(s->frames, &s->frames_size, s->frames_size * 2); in filter_frame()
H A Dasrc_afirsrc.c134 new_items = av_fast_realloc(NULL, items_size, 1 * sizeof(float)); in parse_string()
145 new_items = av_fast_realloc(*items, items_size, (*nb_items + 1) * sizeof(float)); in parse_string()
H A Df_graphmonitor.c122 s->cache = av_fast_realloc(NULL, &s->cache_size, in init()
317 void *ptr = av_fast_realloc(s->cache, &s->cache_size, s->cache_size * 2); in draw_items()
H A Daf_adelay.c119 samples = (type *) av_fast_realloc(d->samples, &d->samples_size, new_delay * sizeof(type)); \
/third_party/ffmpeg/libavcodec/
H A 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()
H A 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()
H A Dparser.c224 void *new_buffer = av_fast_realloc(pc->buffer, &pc->buffer_size, in ff_combine_frame()
247 void *new_buffer = av_fast_realloc(pc->buffer, &pc->buffer_size, in ff_combine_frame()
H A Dav1_parse.c73 tmp = av_fast_realloc(pkt->obus, &pkt->obus_allocated_size, new_size * sizeof(*tmp)); in ff_av1_packet_split()
H A Daudio_frame_queue.c46 AudioFrame *new = av_fast_realloc(afq->frames, &afq->frame_alloc, sizeof(*afq->frames)*(afq->frame_count+1)); in ff_af_queue_add()
H A 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()
H A Dnvdec_av1.c296 tmp = av_fast_realloc(ctx->slice_offsets, &ctx->slice_offsets_allocated, in nvdec_av1_decode_slice()
316 tmp = av_fast_realloc(ctx->bitstream_internal, &ctx->bitstream_allocated, in nvdec_av1_decode_slice()
H A Dlibtheoraenc.c103 void *tmp = av_fast_realloc(h->stats, &h->stats_size, in get_stats()
H A Dshorten.c538 tmp_ptr = av_fast_realloc(s->bitstream, &s->allocated_bitstream_size, in shorten_decode_frame()
589 tmp_ptr = av_fast_realloc(s->bitstream, &s->allocated_bitstream_size, in shorten_decode_frame()
H A Dh2645_parse.c466 tmp = av_fast_realloc(pkt->nals, &pkt->nal_buffer_size, new_size * sizeof(*pkt->nals)); in ff_h2645_packet_split()
H A Dlibrav1e.c119 uint8_t *tmp = av_fast_realloc(ctx->pass_data, &ctx->pass_size, in get_stats()
H A Dvdpau.c391 buffers = av_fast_realloc(buffers, &pic_ctx->bitstream_buffers_allocated, in ff_vdpau_add_buffer()
/third_party/ffmpeg/libavutil/
H A Dvulkan.c287 inval_list = av_fast_realloc(s->scratch, &s->scratch_size, in ff_vk_map_buffers()
325 flush_list = av_fast_realloc(s->scratch, &s->scratch_size, in ff_vk_unmap_buffers()
519 e->sem_wait = av_fast_realloc(e->sem_wait, &e->sem_wait_alloc, in ff_vk_add_exec_dep()
526 e->sem_wait_dst = av_fast_realloc(e->sem_wait_dst, &e->sem_wait_dst_alloc, in ff_vk_add_exec_dep()
533 e->sem_wait_val = av_fast_realloc(e->sem_wait_val, &e->sem_wait_val_alloc, in ff_vk_add_exec_dep()
540 e->sem_sig = av_fast_realloc(e->sem_sig, &e->sem_sig_alloc, in ff_vk_add_exec_dep()
547 e->sem_sig_val = av_fast_realloc(e->sem_sig_val, &e->sem_sig_val_alloc, in ff_vk_add_exec_dep()
554 e->sem_sig_val_dst = av_fast_realloc(e->sem_sig_val_dst, &e->sem_sig_val_dst_alloc, in ff_vk_add_exec_dep()
572 dst = av_fast_realloc(q->frame_deps, &q->frame_deps_alloc_size, in ff_vk_add_exec_dep()
648 dst = av_fast_realloc( in ff_vk_add_dep_exec_ctx()
[all...]
H A Dmem.h267 * @see av_fast_realloc()
362 * uint8_t *new_buf = av_fast_realloc(buf, &current_size, size_needed);
381 void *av_fast_realloc(void *ptr, unsigned int *size, size_t min_size);
386 * Contrary to av_fast_realloc(), the current buffer contents might not be
/third_party/ffmpeg/libavformat/
H A Dmms.c105 mms->streams = av_fast_realloc(mms->streams, in ff_mms_asf_header_parser()
H A Dmxg.c111 buffer = av_fast_realloc(mxg->buffer, &mxg->buffer_size, in mxg_update_cache()
H A Dimf_cpl.c504 tmp = av_fast_realloc(vt->resources, in push_main_audio_sequence()
585 tmp = av_fast_realloc(cpl->main_image_2d_track->resources, in push_main_image_2d_sequence()
H A Dcafenc.c229 pkt_sizes = av_fast_realloc(st->priv_data, in caf_write_packet()
H A Dbethsoftvid.c156 uint8_t *tmp = av_fast_realloc(vidbuf_start, &vidbuf_capacity, in read_frame()
H A Dconcat.c283 nodes = av_fast_realloc(data->nodes, &nodes_size, sizeof(*nodes) * len); in concatf_open()

Completed in 18 milliseconds

12