Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp2184 static std::shared_ptr<C2BlockPool> GetPool(C2Allocator::id_t allocId) { in GetPool() argument
2189 auto it = sPools.find(allocId); in GetPool()
2191 c2_status_t err = CreateCodec2BlockPool(allocId, nullptr, &pool); in GetPool()
2193 sPools.emplace(allocId, pool); in GetPool()
2219 for (C2Allocator::id_t allocId : allocators) { in FetchLinearBlock() local
2220 std::shared_ptr<C2BlockPool> pool = GetPool(allocId); in FetchLinearBlock()
2276 for (C2Allocator::id_t allocId : allocators) { in FetchGraphicBlock() local
2278 c2_status_t err = CreateCodec2BlockPool(allocId, nullptr, &pool); in FetchGraphicBlock()
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java669 native long rsnAllocationAdapterCreate(long con, long allocId, long typeId); in rsnAllocationAdapterCreate() argument
670 synchronized long nAllocationAdapterCreate(long allocId, long typeId) { in nAllocationAdapterCreate() argument
672 return rsnAllocationAdapterCreate(mContext, allocId, typeId); in nAllocationAdapterCreate()