/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 | 41 if (!(tmp = av_realloc_array(ret->refs, ret->refcount + a->refcount, \ 322 fmts = av_realloc_array((*f)->list, (*f)->nb + 1, \ 452 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/libavformat/ |
D | teeproto.c | 102 tmp = av_realloc_array(c->child, c->child_count + 1, sizeof(*c->child)); in tee_open()
|
D | concat.c | 80 if (!(nodes = av_realloc_array(NULL, len, sizeof(*nodes)))) in concat_open()
|
D | movenchint.c | 108 samples = av_realloc_array(queue->samples, queue->size + 10, sizeof(HintSample)); in sample_queue_push()
|
D | rtmppkt.c | 142 ptr = av_realloc_array(*prev_pkt, nb_alloc, sizeof(**prev_pkt)); in ff_rtmp_check_alloc_array()
|
/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 | cbs_sei.c | 83 ptr = av_realloc_array(list->messages, in ff_cbs_sei_list_add()
|
D | vc1dec.c | 687 tmp = av_realloc_array(slices, sizeof(*slices), n_slices+1); in vc1_decode_frame() 716 tmp = av_realloc_array(slices, sizeof(*slices), n_slices+1); in vc1_decode_frame() 751 tmp = av_realloc_array(slices, sizeof(*slices), n_slices+1); in vc1_decode_frame()
|
D | flashsv2enc.c | 185 s->frame_blocks = av_realloc_array(s->frame_blocks, s->rows, s->cols * sizeof(Block)); in update_block_dimensions() 186 s->key_blocks = av_realloc_array(s->key_blocks, s->cols, s->rows * sizeof(Block)); in update_block_dimensions()
|
D | hevc_sei.c | 192 tmp = av_realloc_array(s->buf_ref, s->nb_buf_ref + 1, sizeof(*s->buf_ref)); in decode_nal_sei_user_data_unregistered()
|
D | h264_sei.c | 254 tmp = av_realloc_array(h->buf_ref, h->nb_buf_ref + 1, sizeof(*h->buf_ref)); in decode_unregistered_user_data()
|
D | xan.c | 570 tmpptr = av_realloc_array(s->palettes, in xan_decode_frame()
|
D | movtextdec.c | 275 tmp = av_realloc_array(m->s, style_entries, sizeof(*m->s)); in decode_styl()
|
D | vaapi_decode.c | 78 av_realloc_array(pic->slice_buffers, in ff_vaapi_decode_make_slice_buffer()
|
D | ass_split.c | 210 uint8_t *tmp = av_realloc_array(*section_ptr, (*count+1), section->size); in realloc_section_array()
|
D | libzvbi-teletextdec.c | 540 if ((new_pages = av_realloc_array(ctx->pages, ctx->nb_pages + 1, sizeof(TeletextPage)))) { in handler()
|
/third_party/ffmpeg/libavutil/ |
D | mem.h | 329 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()
|
/third_party/ffmpeg/libavdevice/ |
D | alsa.c | 348 r = av_realloc_array(s->reorder_buf, size, s->frame_size); in ff_alsa_extend_reorder_buf()
|