Searched refs:av_reallocp_array (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dmem.h185 av_alloc_size(2, 3) int av_reallocp_array(void *ptr, size_t nmemb, size_t size);
H A Dmem.c212 int av_reallocp_array(void *ptr, size_t nmemb, size_t size) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Deatgv.c176 if (av_reallocp_array(&s->mv_codebook, num_mvs, sizeof(*s->mv_codebook))) {
H A Dvp56.c479 av_reallocp_array(&s->above_blocks, 4*s->mb_width+6,
481 av_reallocp_array(&s->macroblocks, s->mb_width*s->mb_height,
H A Dhevc.c2841 av_reallocp_array(&s->skipped_bytes_pos,
2923 av_reallocp_array(&s->skipped_bytes_nal, new_size, sizeof(*s->skipped_bytes_nal));
2924 av_reallocp_array(&s->skipped_bytes_pos_size_nal, new_size, sizeof(*s->skipped_bytes_pos_size_nal));
2925 av_reallocp_array(&s->skipped_bytes_pos_nal, new_size, sizeof(*s->skipped_bytes_pos_nal));
H A Dtruemotion2.c349 ret = av_reallocp_array(&ctx->tokens[stream_id], toks, sizeof(int));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhevc.c694 ret = av_reallocp_array(&hvcc->array, index + 1, sizeof(HVCCNALUnitArray));
706 ret = av_reallocp_array(&array->nalUnit, numNalus + 1, sizeof(uint8_t*));
710 ret = av_reallocp_array(&array->nalUnitLength, numNalus + 1, sizeof(uint16_t));
H A D4xm.c143 if (av_reallocp_array(&fourxm->tracks, track + 1, sizeof(AudioTrack)))
H A Dgxfenc.c385 if ((err = av_reallocp_array(&gxf->map_offsets,
967 if ((err = av_reallocp_array(&gxf->flt_entries,
H A Dasfenc.c886 if ((err = av_reallocp_array(&asf->index_ptr,
H A Dhdsenc.c457 if ((ret = av_reallocp_array(&os->fragments, os->fragments_size,
H A Doggdec.c111 if ((err = av_reallocp_array(&ogg->streams, ogg->nstreams,
H A Dmov.c2147 if (av_reallocp_array(&st->index_entries,
2266 if (av_reallocp_array(&st->index_entries,
2759 if ((err = av_reallocp_array(&c->trex_data, c->trex_count + 1,
2826 if ((err = av_reallocp_array(&sc->ctts_data, entries + sc->ctts_count,
H A Dnutenc.c1047 av_reallocp_array(&nus->keyframe_pts, 2*nut->sp_count, sizeof(*nus->keyframe_pts));
H A Dmxfenc.c1346 if ((err = av_reallocp_array(&mxf->body_partition_offset, mxf->body_partitions_count + 1,
1949 if ((err = av_reallocp_array(&mxf->index_entries, mxf->edit_units_count
H A Dmpegts.c279 if (av_reallocp_array(&ts->prg, ts->nb_prg + 1, sizeof(*ts->prg)) < 0) {
H A Dmovenc.c3305 if (av_reallocp_array(&track->frag_info,
3459 if (av_reallocp_array(&trk->cluster, new_capacity,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffprobe.c1638 ret = av_reallocp_array(&(ptr), (new_n), sizeof(*(ptr))); \

Completed in 371 milliseconds