Searched refs:poolId (Results 1 – 2 of 2) sorted by relevance
300 C2BlockPool::local_id_t poolId, in _createBlockPool() argument315 allocator, poolId); in _createBlockPool()317 mBlockPools[poolId] = ptr; in _createBlockPool()318 mComponents[poolId] = component; in _createBlockPool()327 std::make_shared<C2PooledBlockPool>(allocator, poolId); in _createBlockPool()329 mBlockPools[poolId] = ptr; in _createBlockPool()330 mComponents[poolId] = component; in _createBlockPool()339 allocator, poolId); in _createBlockPool()341 mBlockPools[poolId] = ptr; in _createBlockPool()342 mComponents[poolId] = component; in _createBlockPool()[all …]
437 C2BlockPool::local_id_t poolId = in processQueue() local445 poolId = outputPools->m.values[0]; in processQueue()449 err = GetCodec2BlockPool(poolId, shared_from_this(), &mOutputBlockPool); in processQueue()451 (unsigned long long)poolId, in processQueue()