Searched refs:av_realloc (Results 1 - 25 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 Ddynarray.h55 av_realloc((av_array), av_size_new * (av_elt_size)); \
H A Dmem.c143 void *av_realloc(void *ptr, size_t size) function
179 r = av_realloc(ptr, size);
194 ret = av_realloc(*ptrptr, size);
209 return av_realloc(ptr, nmemb * size);
263 ptr = av_realloc(NULL, len);
456 ptr = av_realloc(ptr, min_size);
H A Ddict.c91 AVDictionaryEntry *tmp = av_realloc(m->elems,
H A Dmem.h105 * av_realloc() or NULL.
111 * not be passed to av_realloc(). The former can be implemented using
118 void *av_realloc(void *ptr, size_t size) av_alloc_size(2);
122 * This function does the same thing as av_realloc, except:
135 * with av_realloc(), or pointer to a pointer to NULL.
154 * av_realloc() or NULL.
160 * not be passed to av_realloc(). The former can be implemented using
173 * with av_realloc(), or pointer to a pointer to NULL.
179 * not be passed to av_realloc(). The former can be implemented using
189 * av_realloc()
[all...]
H A Dbprint.c50 new_str = av_realloc(old_str, new_size);
243 str = av_realloc(buf->str, real_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavutil/
H A Dmem.h60 * av_malloc(z)() or av_realloc() or NULL.
65 void *av_realloc(void *ptr, unsigned int size) av_alloc_size(2);
69 * av_realloc().
97 * av_realloc() and set the pointer pointing to it to NULL.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Ddict.c69 AVDictionaryEntry *tmp = av_realloc(m->elems, (m->count+1) * sizeof(*m->elems));
84 if (!(oldval = av_realloc(oldval, len)))
H A Dmem.c117 void *av_realloc(void *ptr, size_t size) function
H A Dmem.h86 * av_malloc(z)() or av_realloc() or NULL.
93 void *av_realloc(void *ptr, size_t size) av_alloc_size(2);
97 * av_realloc().
125 * av_realloc() and set the pointer pointing to it to NULL.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvidstabutils.c73 vs_realloc = av_realloc;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dcutils.c38 tab = av_realloc(tab, nb_alloc * sizeof(intptr_t));
H A Dconcat.c88 if (!(tmp_uri = av_realloc(node_uri, len+1))) {
117 else if (!(nodes = av_realloc(nodes, data->length * sizeof(*nodes)))) {
H A Dbmv.c86 tmp = av_realloc(c->packet, c->size + 1);
H A Doggparsetheora.c116 st->codec->extradata = av_realloc (st->codec->extradata,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dconcat.c77 if (!(nodes = av_realloc(NULL, sizeof(*nodes) * len))) {
114 else if (!(nodes = av_realloc(nodes, data->length * sizeof(*nodes)))) {
H A Drtpdec_qt.c184 qt->pkt.data = av_realloc(NULL, alen + FF_INPUT_BUFFER_PADDING_SIZE);
218 qt->pkt.data = av_realloc(NULL, qt->remaining * qt->bytes_per_frame);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_mp4toannexb_bsf.c39 tmp = av_realloc(*poutbuf, *poutbuf_size);
109 tmp = av_realloc(out, total_size + FF_INPUT_BUFFER_PADDING_SIZE);
H A Dvda_h264.c63 tmp = av_realloc(pic_ctx->bitstream, pic_ctx->bitstream_size+size+4);
H A Dass.c112 rects = av_realloc(sub->rects, (sub->num_rects+1) * sizeof(*sub->rects));
H A Davpacket.c94 new_ptr = av_realloc(pkt->data, pkt->size + grow_by + FF_INPUT_BUFFER_PADDING_SIZE);
171 pkt->side_data = av_realloc(pkt->side_data, (elems + 1) * sizeof(*pkt->side_data));
H A Dflashsv.c274 s->tmpblock = av_realloc(s->tmpblock, tmpblock_size);
285 s->deflate_block = av_realloc(s->deflate_block, s->deflate_block_size);
312 s->keyframedata = av_realloc(s->keyframedata, avpkt->size);
314 s->blocks = av_realloc(s->blocks,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dformats.c114 fmts = av_realloc((*avff)->formats,
142 f->refs = av_realloc(f->refs, sizeof(AVFilterFormats**) * ++f->refcount);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tools/
H A Dprobetest.c66 pd.buf = av_realloc(pd.buf, size + AVPROBE_PADDING_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dprobetest.c110 pd.buf = av_realloc(pd.buf, size + AVPROBE_PADDING_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dass.c134 rects = av_realloc(sub->rects, (sub->num_rects+1) * sizeof(*sub->rects));

Completed in 169 milliseconds

12345