Home
last modified time | relevance | path

Searched refs:allocatorId (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/codec2/vndk/
DC2PlatformStorePluginLoader.cpp60 ::C2Allocator::id_t allocatorId, ::C2BlockPool::local_id_t blockPoolId, in createBlockPool() argument
67 std::shared_ptr<::C2BlockPool> ptr(mCreateBlockPool(allocatorId, blockPoolId)); in createBlockPool()
72 ALOGD("Failed to CreateBlockPool by allocator id: %u", allocatorId); in createBlockPool()
77 ::C2Allocator::id_t allocatorId, std::shared_ptr<C2Allocator>* const allocator) { in createAllocator() argument
84 allocator->reset(mCreateAllocator(allocatorId, &res)); in createAllocator()
86 ALOGD("Failed to CreateAllocator by id: %u, res: %d", allocatorId, res); in createAllocator()
DC2AllocatorBlob.cpp55 C2Allocator::id_t allocatorId);
74 C2Allocator::id_t allocatorId) in C2AllocationBlob() argument
77 mAllocatorId(allocatorId) {} in C2AllocationBlob()
DC2Store.cpp337 C2PlatformAllocatorStore::id_t allocatorId, in _createBlockPool() argument
346 if (allocatorId == C2AllocatorStore::DEFAULT_LINEAR) { in _createBlockPool()
347 allocatorId = GetPreferredLinearAllocatorId(GetCodec2PoolMask()); in _createBlockPool()
349 switch(allocatorId) { in _createBlockPool()
402 allocatorId, poolId, &ptr); in _createBlockPool()
414 C2PlatformAllocatorStore::id_t allocatorId, in createBlockPool() argument
417 return _createBlockPool(allocatorId, component, mBlockPoolSeqId++, pool); in createBlockPool()
496 C2PlatformAllocatorStore::id_t allocatorId, in CreateCodec2BlockPool() argument
502 return sBlockPoolCache->createBlockPool(allocatorId, component, pool); in CreateCodec2BlockPool()
DC2AllocatorGralloc.cpp273 C2Allocator::id_t allocatorId);
299 C2Allocator::id_t allocatorId) in C2AllocationGralloc() argument
312 mAllocatorId(allocatorId) { in C2AllocationGralloc()
/frameworks/av/media/codec2/vndk/include/
DC2PlatformStorePluginLoader.h64 c2_status_t createBlockPool(::C2Allocator::id_t allocatorId,
84 c2_status_t createAllocator(::C2Allocator::id_t allocatorId,
DC2PlatformSupport.h125 C2PlatformAllocatorStore::id_t allocatorId,
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponent.h92 uint32_t allocatorId,
/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/
DComponent.h95 uint32_t allocatorId,
/frameworks/av/media/codec2/hidl/1.1/utils/
DComponent.cpp390 uint32_t allocatorId, in createBlockPool() argument
394 static_cast<C2PlatformAllocatorStore::id_t>(allocatorId), in createBlockPool()
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponent.cpp390 uint32_t allocatorId, in createBlockPool() argument
394 static_cast<C2PlatformAllocatorStore::id_t>(allocatorId), in createBlockPool()