/third_party/ffmpeg/libavfilter/ |
D | framequeue.c | 71 FFFrameBucket *nq = av_realloc_array(NULL, na, sizeof(*nq)); in ff_framequeue_add() 79 FFFrameBucket *nq = av_realloc_array(fq->queue, na, sizeof(*nq)); in ff_framequeue_add()
|
D | formats.c | 42 if (!(tmp = av_realloc_array(ret->refs, ret->refcount + a->refcount, \ 323 fmts = av_realloc_array((*f)->list, (*f)->nb + 1, \ 455 tmp = av_realloc_array(f->refs, sizeof(*f->refs), f->refcount + 1); \
|
D | vulkan.c | 32 array = av_realloc_array(dctx->array, sizeof(*dctx->array), dctx->num + 1);\ 323 pl->push_consts = av_realloc_array(pl->push_consts, sizeof(*pl->push_consts), in ff_vk_add_push_constant() 1031 pl->desc_layout = av_realloc_array(pl->desc_layout, sizeof(*pl->desc_layout), in ff_vk_add_descriptor_set() 1076 pl->pool_size_desc = av_realloc_array(pl->pool_size_desc, in ff_vk_add_descriptor_set() 1106 pl->desc_template_info = av_realloc_array(pl->desc_template_info, in ff_vk_add_descriptor_set()
|
D | af_ashowinfo.c | 188 void *tmp_ptr = av_realloc_array(s->plane_checksums, channels, sizeof(*s->plane_checksums)); in filter_frame()
|
D | avfilter.c | 113 newpads = av_realloc_array(*pads, *count + 1, sizeof(AVFilterPad)); in ff_insert_pad() 114 newlinks = av_realloc_array(*links, *count + 1, sizeof(AVFilterLink*)); in ff_insert_pad()
|
/third_party/ffmpeg/libavcodec/ |
D | ass.c | 125 rects = av_realloc_array(sub->rects, sub->num_rects+1, sizeof(*sub->rects)); in ff_ass_add_rect()
|
D | flashsv2enc.c | 811 s->frame_blocks = av_realloc_array(s->frame_blocks, s->rows, s->cols * sizeof(Block)); in reconfigure_at_keyframe() 812 s->key_blocks = av_realloc_array(s->key_blocks, s->cols, s->rows * sizeof(Block)); in reconfigure_at_keyframe()
|
D | vc1dec.c | 698 tmp = av_realloc_array(slices, sizeof(*slices), n_slices+1); in vc1_decode_frame() 727 tmp = av_realloc_array(slices, sizeof(*slices), n_slices+1); in vc1_decode_frame() 762 tmp = av_realloc_array(slices, sizeof(*slices), n_slices+1); in vc1_decode_frame()
|
D | xan.c | 574 tmpptr = av_realloc_array(s->palettes, in xan_decode_frame()
|
D | ass_split.c | 210 uint8_t *tmp = av_realloc_array(*section_ptr, (*count+1), section->size); in realloc_section_array()
|
D | vaapi_decode.c | 78 av_realloc_array(pic->slice_buffers, in ff_vaapi_decode_make_slice_buffer()
|
D | libzvbi-teletextdec.c | 540 if ((new_pages = av_realloc_array(ctx->pages, ctx->nb_pages + 1, sizeof(TeletextPage)))) { in handler()
|
D | pthread_frame.c | 1034 AVFrame **tmp = av_realloc_array(p->released_buffers, p->released_buffers_allocated + 1, in ff_thread_release_buffer()
|
D | vaapi_encode.c | 51 tmp = av_realloc_array(pic->param_buffers, sizeof(*tmp), pic->nb_param_buffers + 2); in vaapi_encode_make_packed_header() 92 tmp = av_realloc_array(pic->param_buffers, sizeof(*tmp), pic->nb_param_buffers + 1); in vaapi_encode_make_param_buffer()
|
/third_party/ffmpeg/libavformat/ |
D | teeproto.c | 102 tmp = av_realloc_array(c->child, c->child_count + 1, sizeof(*c->child)); in tee_open()
|
D | movenchint.c | 108 samples = av_realloc_array(queue->samples, queue->size + 10, sizeof(HintSample)); in sample_queue_push()
|
D | rtmppkt.c | 150 ptr = av_realloc_array(*prev_pkt, nb_alloc, sizeof(**prev_pkt)); in ff_rtmp_check_alloc_array()
|
D | wtvenc.c | 115 WtvSyncEntry *new_list = av_realloc_array(*list, new_count, sizeof(WtvSyncEntry)); in add_serial_pair()
|
D | mxfdec.c | 666 … tmp_part = av_realloc_array(mxf->partitions, mxf->partitions_count + 1, sizeof(*mxf->partitions)); in mxf_read_partition_pack() 828 …tmp = av_realloc_array(mxf->metadata_sets, mxf->metadata_sets_count + 1, sizeof(*mxf->metadata_set… in mxf_add_metadata_set()
|
/third_party/ffmpeg/libavutil/ |
D | mem.h | 323 av_alloc_size(2, 3) void *av_realloc_array(void *ptr, size_t nmemb, size_t size);
|
D | dict.c | 106 AVDictionaryEntry *tmp = av_realloc_array(m->elems, in av_dict_set()
|
D | mem.c | 198 void *av_realloc_array(void *ptr, size_t nmemb, size_t size) in av_realloc_array() function
|
/third_party/ffmpeg/tools/ |
D | sidxindex.c | 160 temp = av_realloc_array(tracks->tracks, tracks->nb_tracks + 1, in handle_file()
|
D | ismindex.c | 539 temp = av_realloc_array(tracks->tracks, in handle_file()
|
/third_party/ffmpeg/libavdevice/ |
D | alsa.c | 343 r = av_realloc_array(s->reorder_buf, size, s->frame_size); in ff_alsa_extend_reorder_buf()
|