Searched refs:allocatorId (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/media/codec2/vndk/ |
D | C2PlatformStorePluginLoader.cpp | 60 ::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()
|
D | C2AllocatorBlob.cpp | 55 C2Allocator::id_t allocatorId); 74 C2Allocator::id_t allocatorId) in C2AllocationBlob() argument 77 mAllocatorId(allocatorId) {} in C2AllocationBlob()
|
D | C2Store.cpp | 337 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()
|
D | C2AllocatorGralloc.cpp | 273 C2Allocator::id_t allocatorId); 299 C2Allocator::id_t allocatorId) in C2AllocationGralloc() argument 312 mAllocatorId(allocatorId) { in C2AllocationGralloc()
|
/frameworks/av/media/codec2/vndk/include/ |
D | C2PlatformStorePluginLoader.h | 64 c2_status_t createBlockPool(::C2Allocator::id_t allocatorId, 84 c2_status_t createAllocator(::C2Allocator::id_t allocatorId,
|
D | C2PlatformSupport.h | 125 C2PlatformAllocatorStore::id_t allocatorId,
|
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | Component.h | 92 uint32_t allocatorId,
|
/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/ |
D | Component.h | 95 uint32_t allocatorId,
|
/frameworks/av/media/codec2/hidl/1.1/utils/ |
D | Component.cpp | 390 uint32_t allocatorId, in createBlockPool() argument 394 static_cast<C2PlatformAllocatorStore::id_t>(allocatorId), in createBlockPool()
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | Component.cpp | 390 uint32_t allocatorId, in createBlockPool() argument 394 static_cast<C2PlatformAllocatorStore::id_t>(allocatorId), in createBlockPool()
|