Searched refs:av_realloc_f (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_elbg.c98 elbg->codeword = av_realloc_f(elbg->codeword, elbg->codeword_length,
104 av_realloc_f(elbg->codeword_closest_codebook_idxs, elbg->codeword_length,
109 elbg->codebook = av_realloc_f(elbg->codebook, elbg->codebook_length,
H A Daf_aecho.c112 s->delay = av_realloc_f(s->delay, nb_delays, sizeof(*s->delay));
113 s->decay = av_realloc_f(s->decay, nb_decays, sizeof(*s->decay));
131 s->samples = av_realloc_f(s->samples, nb_delays, sizeof(*s->samples));
H A Df_sendcmd.c217 *cmds = av_realloc_f(*cmds, n, 2*sizeof(Command));
346 *intervals = av_realloc_f(*intervals, n, 2*sizeof(Interval));
H A Davf_showspectrum.c206 av_realloc_f(s->window_func_lut, win_size,
250 av_realloc_f(s->combine_buffer, outlink->h * 3,
H A Daeval.c388 eval->channel_values = av_realloc_f(eval->channel_values,
H A Dvf_perspective.c142 s->pv = av_realloc_f(s->pv, w * h, 2 * sizeof(*s->pv));
H A Daf_biquads.c373 p->cache = av_realloc_f(p->cache, sizeof(ChanCache), inlink->channels);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dmem.h128 void *av_realloc_f(void *ptr, size_t nelem, size_t elsize);
H A Dmem.c170 void *av_realloc_f(void *ptr, size_t nelem, size_t elsize) function
215 *ptrptr = av_realloc_f(*ptrptr, nmemb, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbitstream.c114 vlc->table = av_realloc_f(vlc->table, vlc->table_allocated, sizeof(VLC_TYPE) * 2);
H A Dzmbv.c492 c->cur = av_realloc_f(c->cur, avctx->width * avctx->height, (c->bpp / 8));
493 c->prev = av_realloc_f(c->prev, avctx->width * avctx->height, (c->bpp / 8));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsbgdec.c166 *array = av_realloc_f(*array, m, elsize);
865 buf = av_realloc_f(buf, bufsize, 1);
H A Davienc.c627 idx->cluster = av_realloc_f(idx->cluster, sizeof(void*), cl+1);
H A Daviobuf.c850 if (!(buf = (*bufp) = av_realloc_f(buf, 1, alloc_size)))
H A Dmov.c3058 c->bitrates = av_realloc_f(c->bitrates, c->bitrates_count, sizeof(*c->bitrates));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c2345 !(pts = av_realloc_f(pts, size += avf->nb_chapters - 1,
H A Dffmpeg_opt.c1574 tmp = av_realloc_f(os->chapters, is->nb_chapters + os->nb_chapters, sizeof(*os->chapters));

Completed in 233 milliseconds