Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src_full_lib/com/android/launcher3/icons/
DIconFactory.java36 int poolId; in obtain() local
44 poolId = sPoolId; in obtain()
50 poolId); in obtain()
64 private IconFactory(Context context, int fillResIconDpi, int iconBitmapSize, int poolId) { in IconFactory() argument
66 mPoolId = poolId; in IconFactory()
/frameworks/av/media/codec2/vndk/
DC2Store.cpp498 C2BlockPool::local_id_t poolId, in _createBlockPool() argument
510 auto deleter = [this, poolId](C2BlockPool *pool) { in _createBlockPool()
512 mBlockPools.erase(poolId); in _createBlockPool()
513 mComponents.erase(poolId); in _createBlockPool()
522 new C2PooledBlockPool(allocator, poolId, GetBufferPoolVer()), deleter); in _createBlockPool()
524 mBlockPools[poolId] = ptr; in _createBlockPool()
525 mComponents[poolId].insert( in _createBlockPool()
526 mComponents[poolId].end(), in _createBlockPool()
535 new C2PooledBlockPool(allocator, poolId, GetBufferPoolVer()), deleter); in _createBlockPool()
537 mBlockPools[poolId] = ptr; in _createBlockPool()
[all …]
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp1083 C2BlockPool::local_id_t poolId = in processQueue() local
1091 poolId = outputPools->m.values[0]; in processQueue()
1096 err = GetCodec2BlockPool(poolId, shared_from_this(), &blockPool); in processQueue()
1098 (unsigned long long)poolId, in processQueue()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp419 C2BlockPool::local_id_t poolId = C2BlockPool::BASIC_GRAPHIC; in setOutputSurface() local
425 C2PlatformAllocatorStore::IGBA, &poolId, &configurable); in setOutputSurface()
444 c2_status_t err = component->setOutputSurface(poolId, producer, generation, in setOutputSurface()
/frameworks/av/media/codec2/hal/plugin/samples/
DSampleFilterPlugin.cpp702 C2BlockPool::local_id_t poolId = mIntf->getPoolId(); in processLoop() local
704 GetCodec2BlockPool(poolId, thiz, &pool); in processLoop()