Searched refs:av_realloc (Results 26 - 50 of 108) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dbuffer.c162 /* allocate a new buffer with av_realloc(), so it will be reallocatable
164 uint8_t *data = av_realloc(NULL, size);
197 tmp = av_realloc(buf->buffer->data, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Deatgv.c160 s->mv_codebook = av_realloc(s->mv_codebook, num_mvs*2*sizeof(int));
165 s->block_codebook = av_realloc(s->block_codebook, num_blocks_packed*16*sizeof(unsigned char));
H A Dshorten.c142 av_realloc(s->offset[chan], sizeof(int32_t) * FFMAX(1, s->nmean));
147 tmp_ptr = av_realloc(s->decoded_base[chan], (s->blocksize + s->nwrap) *
157 coeffs = av_realloc(s->coeffs, s->nwrap * sizeof(*s->coeffs));
H A Dvmnc.c356 c->curbits = av_realloc(c->curbits, c->cur_w * c->cur_h * c->bpp2);
357 c->curmask = av_realloc(c->curmask, c->cur_w * c->cur_h * c->bpp2);
358 c->screendta = av_realloc(c->screendta, c->cur_w * c->cur_h * c->bpp2);
H A Dfraps.c280 s->tmpbuf = av_realloc(s->tmpbuf, offs[i + 1] - offs[i] - 1024 + FF_INPUT_BUFFER_PADDING_SIZE);
321 s->tmpbuf = av_realloc(s->tmpbuf, offs[i + 1] - offs[i] - 1024 + FF_INPUT_BUFFER_PADDING_SIZE);
H A Dbitstream.c108 vlc->table = av_realloc(vlc->table,
H A Dlibdiracenc.c286 p_dirac_params->enc_buf = av_realloc(p_dirac_params->enc_buf,
H A Dlibschroedingerenc.c312 p_schro_params->enc_buf = av_realloc(p_schro_params->enc_buf,
H A Dlibtheoraenc.c68 newdata = av_realloc(avc_context->extradata, newsize);
70 message = "av_realloc failed";
H A Dresample.c325 s->temp[i] = av_realloc(s->temp[i], s->temp_len * sizeof(short));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dlibnut.c64 .alloc = { av_malloc, av_realloc, av_free },
202 .alloc = { av_malloc, av_realloc, av_free },
H A Dwebmdashenc.c224 w->as = av_realloc(w->as, sizeof(*w->as) * ++w->nb_as);
241 as->streams = av_realloc(as->streams, sizeof(*as->streams) * ++as->nb_streams);
H A Dconcatdec.c131 !(new_files = av_realloc(cat->files, n * sizeof(*cat->files))))
248 map = av_realloc(cat->cur_file->streams,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dlibnut.c64 .alloc = { av_malloc, av_realloc, av_free },
200 .alloc = { av_malloc, av_realloc, av_free },
H A Doggparsevorbis.c187 *buf = av_realloc(*buf, offset + FF_INPUT_BUFFER_PADDING_SIZE);
H A Drtpdec_asf.c240 newmem = av_realloc(asf->buf, out_len);
H A Drtpdec_qt.c175 qt->pkt.data = av_realloc(qt->pkt.data, qt->pkt.size + alen +
H A Doggdec.c103 ogg->streams = av_realloc (ogg->streams,
164 os = av_realloc (ogg->streams, ogg->nstreams * sizeof (*ogg->streams));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_ashowinfo.c162 void *tmp_ptr = av_realloc(s->plane_checksums, channels * sizeof(*s->plane_checksums));
H A Dformats.c321 fmts = av_realloc((*f)->list, \
413 f->refs = av_realloc(f->refs, sizeof(*f->refs) * ++f->refcount); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Davfiltergraph.c49 AVFilterContext **filters = av_realloc(graph->filters,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dass_split.c181 uint8_t *tmp = av_realloc(*section_ptr, (*count+1)*section->size);
225 if (!(tmp = av_realloc(order, (*number + 1) * sizeof(*order))))
H A Davpacket.c310 pkt->side_data = av_realloc(pkt->side_data,
437 uint8_t *const new_data = av_realloc(data, new_size);
H A Dbinkaudio.c306 buf = av_realloc(s->packet_buffer, avpkt->size + FF_INPUT_BUFFER_PADDING_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dalsa-audio-common.c339 r = av_realloc(s->reorder_buf, size * s->frame_size);

Completed in 142 milliseconds

12345