Searched refs:allocatorId (Results 1 – 7 of 7) 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 | C2Store.cpp | 302 C2PlatformAllocatorStore::id_t allocatorId, in _createBlockPool() argument 311 switch(allocatorId) { in _createBlockPool() 353 allocatorId, poolId, &ptr); in _createBlockPool() 365 C2PlatformAllocatorStore::id_t allocatorId, in createBlockPool() argument 368 return _createBlockPool(allocatorId, component, mBlockPoolSeqId++, pool); in createBlockPool() 447 C2PlatformAllocatorStore::id_t allocatorId, in CreateCodec2BlockPool() argument 453 return sBlockPoolCache->createBlockPool(allocatorId, component, pool); in CreateCodec2BlockPool()
|
D | C2AllocatorGralloc.cpp | 317 C2Allocator::id_t allocatorId); 323 C2Allocator::id_t allocatorId); 346 C2Allocator::id_t allocatorId) in C2AllocationGralloc() argument 355 mAllocatorId(allocatorId) { in C2AllocationGralloc() 363 C2Allocator::id_t allocatorId) in C2AllocationGralloc() argument 372 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 | 116 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.0/utils/ |
D | Component.cpp | 389 uint32_t allocatorId, in createBlockPool() argument 393 static_cast<C2PlatformAllocatorStore::id_t>(allocatorId), in createBlockPool()
|