Lines Matching refs:pool
248 NVDECFramePool *pool = opaque;
251 if (pool->nb_allocated >= pool->dpb_size)
258 *(unsigned int*)ret->data = pool->nb_allocated++;
284 av_buffer_pool_uninit(&ctx->pool);
311 frames_ctx->pool = av_buffer_pool_init(0, nvdec_alloc_dummy);
313 if (!frames_ctx->pool) {
337 NVDECFramePool *pool;
423 pool = av_mallocz(sizeof(*pool));
424 if (!pool) {
428 pool->dpb_size = frames_ctx->initial_pool_size;
430 ctx->decoder_pool = av_buffer_pool_init2(sizeof(int), pool,
726 * We add two extra frames to the pool to account for deinterlacing filters