Lines Matching defs:pool
62 MMAL_POOL_T *pool;
67 FFPoolRef *pool;
108 mmal_pool_destroy(ref->pool);
118 ffmmal_poolref_unref(ref->pool);
124 // allocated from the given pool.
125 static int ffmmal_set_ref(AVFrame *frame, FFPoolRef *pool,
132 ref->pool = pool;
143 atomic_fetch_add_explicit(&ref->pool->refcount, 1, memory_order_relaxed);
253 while ((buffer = mmal_queue_get(ctx->pool_out->pool->queue))) {
340 ctx->pool_out->pool = mmal_pool_create(decoder->output[0]->buffer_num,
342 if (!ctx->pool_out->pool) {