Home
last modified time | relevance | path

Searched refs:av_reallocp_array (Results 1 – 25 of 34) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dhap.c32 int ret = av_reallocp_array(&ctx->chunks, count, sizeof(HapChunk)); in ff_hap_set_chunk_count()
34 ret = av_reallocp_array(&ctx->chunk_results, count, sizeof(int)); in ff_hap_set_chunk_count()
Dshorten.c142 if ((err = av_reallocp_array(&s->offset[chan], in allocate_buffers()
147 if ((err = av_reallocp_array(&s->decoded_base[chan], (s->blocksize + s->nwrap), in allocate_buffers()
155 if ((err = av_reallocp_array(&s->coeffs, s->nwrap, sizeof(*s->coeffs))) < 0) in allocate_buffers()
Deatgv.c177 int err = av_reallocp_array(&s->mv_codebook, num_mvs, sizeof(*s->mv_codebook)); in tgv_decode_inter()
Dh2645_parse.c116 av_reallocp_array(&nal->skipped_bytes_pos, in ff_h2645_extract_rbsp()
Dvp56.c548 av_reallocp_array(&s->above_blocks, 4*s->mb_width+6, in vp56_size_changed()
550 av_reallocp_array(&s->macroblocks, s->mb_width*s->mb_height, in vp56_size_changed()
Dass_split.c283 if (av_reallocp_array(&order, (*number + 1), sizeof(*order)) != 0) in ass_split_section()
Dav1dec.c278 int ret = av_reallocp_array(&s->tile_group_info, cur_tile_num, in init_tile_data()
Dtruemotion2.c349 ret = av_reallocp_array(&ctx->tokens[stream_id], toks, sizeof(int)); in tm2_read_stream()
Dpthread_frame.c382 int err = av_reallocp_array(&dst->slice_offset, src->slice_count, in update_context_from_user()
/third_party/ffmpeg/libavutil/
Dmem.h348 int av_reallocp_array(void *ptr, size_t nmemb, size_t size);
Dmem.c206 int av_reallocp_array(void *ptr, size_t nmemb, size_t size) in av_reallocp_array() function
Dhwcontext_opencl.c1573 err = av_reallocp_array(&constraints->valid_sw_formats, in opencl_frames_get_constraints()
/third_party/ffmpeg/libavformat/
Dhevc.c676 ret = av_reallocp_array(&hvcc->array, index + 1, sizeof(HVCCNALUnitArray)); in hvcc_array_add_nal_unit()
688 ret = av_reallocp_array(&array->nalUnit, numNalus + 1, sizeof(uint8_t*)); in hvcc_array_add_nal_unit()
692 ret = av_reallocp_array(&array->nalUnitLength, numNalus + 1, sizeof(uint16_t)); in hvcc_array_add_nal_unit()
D4xm.c146 if (av_reallocp_array(&fourxm->tracks, track + 1, sizeof(AudioTrack))) in parse_strk()
Dgxfenc.c385 if ((err = av_reallocp_array(&gxf->map_offsets, in gxf_write_map_packet()
963 if ((err = av_reallocp_array(&gxf->flt_entries, in gxf_write_packet()
Dwebmdashenc.c452 int ret = av_reallocp_array(&as->streams, ++as->nb_streams, in parse_adaptation_sets()
Dhdsenc.c432 if ((ret = av_reallocp_array(&os->fragments, os->fragments_size, in add_fragment()
Dsmoothstreamingenc.c448 if ((err = av_reallocp_array(&os->fragments, sizeof(*os->fragments), in add_fragment()
Doggdec.c144 if ((err = av_reallocp_array(&ogg->streams, ogg->nstreams, in ogg_restore()
Dasfenc.c1029 if ((err = av_reallocp_array(&asf->index_ptr, in update_index()
Dnutenc.c1048 av_reallocp_array(&nus->keyframe_pts, 2*nut->sp_count, sizeof(*nus->keyframe_pts)); in nut_write_packet()
Dmxfenc.c1920 if ((err = av_reallocp_array(&mxf->body_partition_offset, mxf->body_partitions_count + 1, in mxf_write_partition()
2899 if ((err = av_reallocp_array(&mxf->index_entries, mxf->edit_units_count in mxf_write_packet()
Drtmpproto.c166 if ((err = av_reallocp_array(&rt->tracked_methods, rt->tracked_methods_size, in add_tracked_method()
Ddashenc.c1749 if ((err = av_reallocp_array(&os->segments, sizeof(*os->segments), in add_segment()
/third_party/ffmpeg/fftools/
Dffmpeg_hw.c57 err = av_reallocp_array(&hw_devices, nb_hw_devices + 1, in hw_device_add()

12