Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/
DC2PlatformStorePluginLoader.cpp54 ::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()
DC2Store.cpp298 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()
DC2AllocatorGralloc.cpp293 C2Allocator::id_t allocatorId);
314 C2Allocator::id_t allocatorId) in C2AllocationGralloc() argument
323 mAllocatorId(allocatorId) { in C2AllocationGralloc()
/hardware/google/av/codec2/vndk/include/
DC2PlatformStorePluginLoader.h64 c2_status_t createBlockPool(::C2Allocator::id_t allocatorId,
84 c2_status_t createAllocator(::C2Allocator::id_t allocatorId,
DC2PlatformSupport.h116 C2PlatformAllocatorStore::id_t allocatorId,
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponent.h94 uint32_t allocatorId,
/hardware/interfaces/media/c2/1.0/
DIComponent.hal222 * @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/
DIComponent.hal183 * @param allocatorId The Codec 2.0 allocator ID
195 createBlockPool(uint32_t allocatorId) generates (
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp584 uint32_t allocatorId, in createBlockPool() argument
588 static_cast<C2PlatformAllocatorStore::id_t>(allocatorId), in createBlockPool()