Lines Matching defs:FramePool
36 typedef struct FramePool {
53 } FramePool;
57 FramePool *pool = (FramePool*)data;
68 FramePool *pool = av_mallocz(sizeof(*pool));
86 FramePool *pool = avctx->internal->pool ?
87 (FramePool*)avctx->internal->pool->data : NULL;
115 pool = (FramePool*)pool_buf->data;
203 FramePool *pool = (FramePool*)avctx->internal->pool->data;
248 FramePool *pool = (FramePool*)s->internal->pool->data;