| /third_party/ffmpeg/libavcodec/ |
| D | hap.c | 32 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()
|
| D | shorten.c | 142 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()
|
| D | eatgv.c | 177 int err = av_reallocp_array(&s->mv_codebook, num_mvs, sizeof(*s->mv_codebook)); in tgv_decode_inter()
|
| D | h2645_parse.c | 116 av_reallocp_array(&nal->skipped_bytes_pos, in ff_h2645_extract_rbsp()
|
| D | vp56.c | 548 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()
|
| D | ass_split.c | 283 if (av_reallocp_array(&order, (*number + 1), sizeof(*order)) != 0) in ass_split_section()
|
| D | av1dec.c | 278 int ret = av_reallocp_array(&s->tile_group_info, cur_tile_num, in init_tile_data()
|
| D | truemotion2.c | 349 ret = av_reallocp_array(&ctx->tokens[stream_id], toks, sizeof(int)); in tm2_read_stream()
|
| D | pthread_frame.c | 382 int err = av_reallocp_array(&dst->slice_offset, src->slice_count, in update_context_from_user()
|
| /third_party/ffmpeg/libavutil/ |
| D | mem.h | 348 int av_reallocp_array(void *ptr, size_t nmemb, size_t size);
|
| D | mem.c | 206 int av_reallocp_array(void *ptr, size_t nmemb, size_t size) in av_reallocp_array() function
|
| D | hwcontext_opencl.c | 1573 err = av_reallocp_array(&constraints->valid_sw_formats, in opencl_frames_get_constraints()
|
| /third_party/ffmpeg/libavformat/ |
| D | hevc.c | 676 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()
|
| D | 4xm.c | 146 if (av_reallocp_array(&fourxm->tracks, track + 1, sizeof(AudioTrack))) in parse_strk()
|
| D | gxfenc.c | 385 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()
|
| D | webmdashenc.c | 452 int ret = av_reallocp_array(&as->streams, ++as->nb_streams, in parse_adaptation_sets()
|
| D | hdsenc.c | 432 if ((ret = av_reallocp_array(&os->fragments, os->fragments_size, in add_fragment()
|
| D | smoothstreamingenc.c | 448 if ((err = av_reallocp_array(&os->fragments, sizeof(*os->fragments), in add_fragment()
|
| D | oggdec.c | 144 if ((err = av_reallocp_array(&ogg->streams, ogg->nstreams, in ogg_restore()
|
| D | asfenc.c | 1029 if ((err = av_reallocp_array(&asf->index_ptr, in update_index()
|
| D | nutenc.c | 1048 av_reallocp_array(&nus->keyframe_pts, 2*nut->sp_count, sizeof(*nus->keyframe_pts)); in nut_write_packet()
|
| D | mxfenc.c | 1920 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()
|
| D | rtmpproto.c | 166 if ((err = av_reallocp_array(&rt->tracked_methods, rt->tracked_methods_size, in add_tracked_method()
|
| D | dashenc.c | 1749 if ((err = av_reallocp_array(&os->segments, sizeof(*os->segments), in add_segment()
|
| /third_party/ffmpeg/fftools/ |
| D | ffmpeg_hw.c | 57 err = av_reallocp_array(&hw_devices, nb_hw_devices + 1, in hw_device_add()
|