Searched refs:poolId (Results 1 – 4 of 4) sorted by relevance
/external/v4l2_codec2/plugin_store/ |
D | V4L2PluginStore.cpp | 60 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/ |
D | V4L2DecodeComponent.cpp | 256 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()
|
D | V4L2EncodeComponent.cpp | 1000 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/ |
D | org.eclipse.jdt.core_3.14.0.v20180528-0519.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |