Searched refs:allocatorId (Results 1 – 9 of 9) sorted by relevance
/hardware/google/av/codec2/vndk/ |
D | C2PlatformStorePluginLoader.cpp | 54 ::C2Allocator::id_t allocatorId, ::C2BlockPool::local_id_t blockPoolId, in createBlockPool() argument 61 std::shared_ptr<::C2BlockPool> ptr(mCreateBlockPool(allocatorId, blockPoolId)); in createBlockPool() 66 ALOGD("Failed to CreateBlockPool by allocator id: %u", allocatorId); in createBlockPool() 71 ::C2Allocator::id_t allocatorId, std::shared_ptr<C2Allocator>* const allocator) { in createAllocator() argument 78 allocator->reset(mCreateAllocator(allocatorId, &res)); in createAllocator() 80 ALOGD("Failed to CreateAllocator by id: %u, res: %d", allocatorId, res); in createAllocator()
|
D | C2Store.cpp | 298 C2PlatformAllocatorStore::id_t allocatorId, in _createBlockPool() argument 307 switch(allocatorId) { in _createBlockPool() 349 allocatorId, poolId, &ptr); in _createBlockPool() 361 C2PlatformAllocatorStore::id_t allocatorId, in createBlockPool() argument 364 return _createBlockPool(allocatorId, component, mBlockPoolSeqId++, pool); in createBlockPool() 443 C2PlatformAllocatorStore::id_t allocatorId, in CreateCodec2BlockPool() argument 449 return sBlockPoolCache->createBlockPool(allocatorId, component, pool); in CreateCodec2BlockPool()
|
D | C2AllocatorGralloc.cpp | 293 C2Allocator::id_t allocatorId); 314 C2Allocator::id_t allocatorId) in C2AllocationGralloc() argument 323 mAllocatorId(allocatorId) { in C2AllocationGralloc()
|
/hardware/google/av/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,
|
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | Component.h | 94 uint32_t allocatorId,
|
/hardware/interfaces/media/c2/1.0/ |
D | IComponent.hal | 222 * @param allocatorId Id of a `C2Allocator`. 226 * - `BAD_VALUE` - @p allocatorId is not recognized. 234 createBlockPool(uint32_t allocatorId) generates (
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IComponent.hal | 183 * @param allocatorId The Codec 2.0 allocator ID 195 createBlockPool(uint32_t allocatorId) generates (
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | Component.cpp | 584 uint32_t allocatorId, in createBlockPool() argument 588 static_cast<C2PlatformAllocatorStore::id_t>(allocatorId), in createBlockPool()
|