Home
last modified time | relevance | path

Searched refs:poolId (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/codec2/vndk/
DC2Store.cpp300 C2BlockPool::local_id_t poolId, in _createBlockPool() argument
315 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 …]
/hardware/google/av/media/codecs/base/
DSimpleC2Component.cpp437 C2BlockPool::local_id_t poolId = in processQueue() local
445 poolId = outputPools->m.values[0]; in processQueue()
449 err = GetCodec2BlockPool(poolId, shared_from_this(), &mOutputBlockPool); in processQueue()
451 (unsigned long long)poolId, in processQueue()