Searched refs:av_buffer_alloc (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dbuffer.h46 * reference -- av_buffer_alloc() to just allocate a new buffer, and
101 AVBufferRef *av_buffer_alloc(int size);
104 * Same as av_buffer_alloc(), except the returned buffer will be initialized
218 * get a reference to a new buffer, similar to av_buffer_alloc(). This new
220 * av_buffer_alloc(). However, when the last reference to this buffer is
246 * (av_buffer_alloc()).
H A Dbuffer.c65 AVBufferRef *av_buffer_alloc(int size) function
83 AVBufferRef *ret = av_buffer_alloc(size);
145 newbuf = av_buffer_alloc(buf->size);
213 pool->alloc = alloc ? alloc : av_buffer_alloc;
H A Dframe.c177 frame->buf[i] = av_buffer_alloc(frame->linesize[i] * h + 16 + 16/*STRIDE_ALIGN*/ - 1);
185 frame->buf[1] = av_buffer_alloc(1024);
236 frame->buf[i] = av_buffer_alloc(frame->linesize[0]);
244 frame->extended_buf[i] = av_buffer_alloc(frame->linesize[0]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drawdec.c99 context->palette = av_buffer_alloc(AVPALETTE_SIZE);
202 frame->buf[0] = av_buffer_alloc(FFMAX(context->frame_size, buf_size));
282 context->palette = av_buffer_alloc(AVPALETTE_SIZE);
H A Davpacket.c128 pkt->buf = av_buffer_alloc(new_size);
354 buf = av_buffer_alloc(size);
H A Dvda_h264.c513 frame->buf[0] = av_buffer_alloc(1);
H A Dpthread_frame.c769 f->progress = av_buffer_alloc(2 * sizeof(int));
H A Dmjpegdec.c2027 AVBufferRef *qp_table_buf = av_buffer_alloc(qpw);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dflac_picture.c110 if (!(data = av_buffer_alloc(len + FF_INPUT_BUFFER_PADDING_SIZE))) {
H A Did3v2.c509 apic->buf = av_buffer_alloc(taglen + FF_INPUT_BUFFER_PADDING_SIZE);
H A Dmpegts.c983 pes->buffer = av_buffer_alloc(pes->total_size +
1134 pes->buffer = av_buffer_alloc(pes->total_size +
H A Dasfdec.c1307 AVBufferRef *buf = av_buffer_alloc(asf_st->pkt.size +
H A Dmatroskadec.c1322 if (!(line = av_buffer_alloc(len)))

Completed in 216 milliseconds