Searched refs:AVBufferPool (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dbuffer.h205 * @defgroup lavu_bufferpool AVBufferPool
209 * AVBufferPool is an API for a lock-free thread-safe pool of AVBuffers.
211 * Frequently allocating and freeing large buffers may be slow. AVBufferPool is
238 typedef struct AVBufferPool AVBufferPool; typedef in typeref:struct:AVBufferPool
249 AVBufferPool *av_buffer_pool_init(int size, AVBufferRef* (*alloc)(int size));
260 void av_buffer_pool_uninit(AVBufferPool **pool);
268 AVBufferRef *av_buffer_pool_get(AVBufferPool *pool);
H A Dbuffer_internal.h70 AVBufferPool *pool;
74 struct AVBufferPool { struct
H A Dbuffer.c206 AVBufferPool *av_buffer_pool_init(int size, AVBufferRef* (*alloc)(int size))
208 AVBufferPool *pool = av_mallocz(sizeof(*pool));
224 static void buffer_pool_free(AVBufferPool *pool)
236 void av_buffer_pool_uninit(AVBufferPool **ppool)
238 AVBufferPool *pool;
250 static BufferPoolEntry *get_pool(AVBufferPool *pool)
266 AVBufferPool *pool;
288 AVBufferPool *pool = buf->pool;
300 static AVBufferRef *pool_alloc_buffer(AVBufferPool *pool)
329 AVBufferRef *av_buffer_pool_get(AVBufferPool *poo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dinternal.h51 AVBufferPool *pools[4];
H A Dh264.h758 AVBufferPool *qscale_table_pool;
759 AVBufferPool *mb_type_pool;
760 AVBufferPool *motion_val_pool;
761 AVBufferPool *ref_index_pool;
H A Dhevc.h830 AVBufferPool *tab_mvf_pool;
831 AVBufferPool *rpl_tab_pool;

Completed in 183 milliseconds