| /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 | 143 if ((err = av_reallocp_array(&s->offset[chan], in allocate_buffers() 148 if ((err = av_reallocp_array(&s->decoded_base[chan], (s->blocksize + s->nwrap), in allocate_buffers() 156 if ((err = av_reallocp_array(&s->coeffs, s->nwrap, sizeof(*s->coeffs))) < 0) in allocate_buffers()
|
| D | gemdec.c | 258 ret = av_reallocp_array(&avctx->priv_data, planes, row_width); in gem_decode_frame()
|
| D | eatgv.c | 178 int err = av_reallocp_array(&s->mv_codebook, num_mvs, sizeof(*s->mv_codebook)); in tgv_decode_inter()
|
| D | h2645_parse.c | 115 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 | 291 if (av_reallocp_array(&order, (*number + 1), sizeof(*order)) != 0) in ass_split_section()
|
| D | pthread_frame.c | 386 int err = av_reallocp_array(&dst->slice_offset, src->slice_count, in update_context_from_user()
|
| D | truemotion2.c | 350 ret = av_reallocp_array(&ctx->tokens[stream_id], toks, sizeof(int)); in tm2_read_stream()
|
| D | av1dec.c | 377 int ret = av_reallocp_array(&s->tile_group_info, cur_tile_num, in init_tile_data()
|
| /third_party/ffmpeg/libavutil/ |
| D | mem.h | 347 int av_reallocp_array(void *ptr, size_t nmemb, size_t size);
|
| D | mem.c | 233 int av_reallocp_array(void *ptr, size_t nmemb, size_t size) in av_reallocp_array() function
|
| D | hwcontext_opencl.c | 1582 err = av_reallocp_array(&constraints->valid_sw_formats, in opencl_frames_get_constraints()
|
| /third_party/ffmpeg/libavformat/ |
| D | hevc.c | 675 ret = av_reallocp_array(&hvcc->array, index + 1, sizeof(HVCCNALUnitArray)); in hvcc_array_add_nal_unit() 687 ret = av_reallocp_array(&array->nalUnit, numNalus + 1, sizeof(uint8_t*)); in hvcc_array_add_nal_unit() 691 ret = av_reallocp_array(&array->nalUnitLength, numNalus + 1, sizeof(uint16_t)); in hvcc_array_add_nal_unit()
|
| D | 4xm.c | 147 if (av_reallocp_array(&fourxm->tracks, track + 1, sizeof(AudioTrack))) in parse_strk()
|
| D | gxfenc.c | 383 if ((err = av_reallocp_array(&gxf->map_offsets, in gxf_write_map_packet() 946 if ((err = av_reallocp_array(&gxf->flt_entries, in gxf_write_packet()
|
| D | webmdashenc.c | 454 int ret = av_reallocp_array(&as->streams, ++as->nb_streams, in parse_adaptation_sets()
|
| D | hdsenc.c | 429 if ((ret = av_reallocp_array(&os->fragments, os->fragments_size, in add_fragment()
|
| D | smoothstreamingenc.c | 447 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 | 990 if ((err = av_reallocp_array(&asf->index_ptr, in update_index()
|
| D | nutenc.c | 1073 av_reallocp_array(&nus->keyframe_pts, 2*nut->sp_count, sizeof(*nus->keyframe_pts)); in nut_write_packet()
|
| D | mxfenc.c | 1922 if ((err = av_reallocp_array(&mxf->body_partition_offset, mxf->body_partitions_count + 1, in mxf_write_partition() 2924 if ((err = av_reallocp_array(&mxf->index_entries, mxf->edit_units_count in mxf_write_packet()
|
| /third_party/ffmpeg/fftools/ |
| D | ffmpeg_hw.c | 57 err = av_reallocp_array(&hw_devices, nb_hw_devices + 1, in hw_device_add()
|
| /third_party/ffmpeg/libavdevice/ |
| D | dshow.c | 561 if (av_reallocp_array(&(*device_list)->devices, in dshow_cycle_devices()
|