Home
last modified time | relevance | path

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

/external/v4l2_codec2/plugin_store/
DV4L2PluginStore.cpp60 C2BlockPool* createBlockPool(C2Allocator::id_t allocatorId, C2BlockPool::local_id_t poolId) { in createBlockPool() argument
61 ALOGV("%s(allocatorId=%d, poolId=%" PRIu64 ")", __func__, allocatorId, poolId); in createBlockPool()
71 return new C2VdaPooledBlockPool(allocator, poolId); in createBlockPool()
74 return new C2VdaBqBlockPool(allocator, poolId); in createBlockPool()
77 return new C2PooledBlockPool(allocator, poolId); in createBlockPool()
80 return new C2VdaBqBlockPool(allocator, poolId); in createBlockPool()
91 ::C2BlockPool::local_id_t poolId) { in CreateBlockPool() argument
92 ALOGV("%s(allocatorId=%d, poolId=%" PRIu64 ")", __func__, allocatorId, poolId); in CreateBlockPool()
93 return ::android::createBlockPool(allocatorId, poolId); in CreateBlockPool()
/external/v4l2_codec2/components/
DV4L2DecodeComponent.cpp256 auto poolId = mIntfImpl->getBlockPoolId(); in getVideoFramePool() local
257 ALOGI("Using C2BlockPool ID = %" PRIu64 " for allocating output buffers", poolId); in getVideoFramePool()
259 auto status = GetCodec2BlockPool(poolId, std::move(sharedThis), &blockPool); in getVideoFramePool()
DV4L2EncodeComponent.cpp1000 C2BlockPool::local_id_t poolId = mInterface->getBlockPoolId(); in getBlockPool() local
1001 if (poolId == C2BlockPool::BASIC_LINEAR) { in getBlockPool()
1004 c2_status_t status = GetCodec2BlockPool(poolId, shared_from_this(), &mOutputBlockPool); in getBlockPool()
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...