AVBufferPool 238 3rdparty/include/ffmpeg_/libavutil/buffer.h typedef struct AVBufferPool AVBufferPool; AVBufferPool 249 3rdparty/include/ffmpeg_/libavutil/buffer.h AVBufferPool *av_buffer_pool_init(int size, AVBufferRef* (*alloc)(int size)); AVBufferPool 260 3rdparty/include/ffmpeg_/libavutil/buffer.h void av_buffer_pool_uninit(AVBufferPool **pool); AVBufferPool 268 3rdparty/include/ffmpeg_/libavutil/buffer.h AVBufferRef *av_buffer_pool_get(AVBufferPool *pool);