AVBufferPool      759 libavcodec/h264.h     AVBufferPool *qscale_table_pool;
AVBufferPool      760 libavcodec/h264.h     AVBufferPool *mb_type_pool;
AVBufferPool      761 libavcodec/h264.h     AVBufferPool *motion_val_pool;
AVBufferPool      762 libavcodec/h264.h     AVBufferPool *ref_index_pool;
AVBufferPool      824 libavcodec/hevc.h     AVBufferPool *tab_mvf_pool;
AVBufferPool      825 libavcodec/hevc.h     AVBufferPool *rpl_tab_pool;
AVBufferPool       53 libavcodec/internal.h     AVBufferPool *pools[4];
AVBufferPool      218 libavutil/buffer.c AVBufferPool *av_buffer_pool_init(int size, AVBufferRef* (*alloc)(int size))
AVBufferPool      220 libavutil/buffer.c     AVBufferPool *pool = av_mallocz(sizeof(*pool));
AVBufferPool      238 libavutil/buffer.c static void buffer_pool_free(AVBufferPool *pool)
AVBufferPool      251 libavutil/buffer.c void av_buffer_pool_uninit(AVBufferPool **ppool)
AVBufferPool      253 libavutil/buffer.c     AVBufferPool *pool;
AVBufferPool      266 libavutil/buffer.c static BufferPoolEntry *get_pool(AVBufferPool *pool)
AVBufferPool      282 libavutil/buffer.c     AVBufferPool *pool;
AVBufferPool      305 libavutil/buffer.c     AVBufferPool *pool = buf->pool;
AVBufferPool      325 libavutil/buffer.c static AVBufferRef *pool_alloc_buffer(AVBufferPool *pool)
AVBufferPool      356 libavutil/buffer.c AVBufferRef *av_buffer_pool_get(AVBufferPool *pool)
AVBufferPool      238 libavutil/buffer.h typedef struct AVBufferPool AVBufferPool;
AVBufferPool      249 libavutil/buffer.h AVBufferPool *av_buffer_pool_init(int size, AVBufferRef* (*alloc)(int size));
AVBufferPool      260 libavutil/buffer.h void av_buffer_pool_uninit(AVBufferPool **pool);
AVBufferPool      268 libavutil/buffer.h AVBufferRef *av_buffer_pool_get(AVBufferPool *pool);
AVBufferPool       71 libavutil/buffer_internal.h     AVBufferPool *pool;