/third_party/ffmpeg/libavfilter/ |
H A D | f_drawgraph.c | 117 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 D | f_reverse.c | 45 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 D | asrc_afirsrc.c | 134 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 D | f_graphmonitor.c | 122 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 D | af_adelay.c | 119 samples = (type *) av_fast_realloc(d->samples, &d->samples_size, new_delay * sizeof(type)); \
|
/third_party/ffmpeg/libavcodec/ |
H A D | dirac_parser.c | 159 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 D | nvdec_h264.c | 140 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 D | parser.c | 224 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 D | av1_parse.c | 73 tmp = av_fast_realloc(pkt->obus, &pkt->obus_allocated_size, new_size * sizeof(*tmp)); in ff_av1_packet_split()
|
H A D | audio_frame_queue.c | 46 AudioFrame *new = av_fast_realloc(afq->frames, &afq->frame_alloc, sizeof(*afq->frames)*(afq->frame_count+1)); in ff_af_queue_add()
|
H A D | nvdec_hevc.c | 276 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 D | nvdec_av1.c | 296 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 D | libtheoraenc.c | 103 void *tmp = av_fast_realloc(h->stats, &h->stats_size, in get_stats()
|
H A D | shorten.c | 538 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 D | h2645_parse.c | 466 tmp = av_fast_realloc(pkt->nals, &pkt->nal_buffer_size, new_size * sizeof(*pkt->nals)); in ff_h2645_packet_split()
|
H A D | librav1e.c | 119 uint8_t *tmp = av_fast_realloc(ctx->pass_data, &ctx->pass_size, in get_stats()
|
H A D | vdpau.c | 391 buffers = av_fast_realloc(buffers, &pic_ctx->bitstream_buffers_allocated, in ff_vdpau_add_buffer()
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan.c | 287 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 D | mem.h | 267 * @see av_fast_realloc() 362 * uint8_t *new_buf = av_fast_realloc(buf, ¤t_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 D | mms.c | 105 mms->streams = av_fast_realloc(mms->streams, in ff_mms_asf_header_parser()
|
H A D | mxg.c | 111 buffer = av_fast_realloc(mxg->buffer, &mxg->buffer_size, in mxg_update_cache()
|
H A D | imf_cpl.c | 504 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 D | cafenc.c | 229 pkt_sizes = av_fast_realloc(st->priv_data, in caf_write_packet()
|
H A D | bethsoftvid.c | 156 uint8_t *tmp = av_fast_realloc(vidbuf_start, &vidbuf_capacity, in read_frame()
|
H A D | concat.c | 283 nodes = av_fast_realloc(data->nodes, &nodes_size, sizeof(*nodes) * len); in concatf_open()
|