Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/vndk/
H A DC2PlatformStorePluginLoader.cpp61 ::C2Allocator::id_t allocatorId, ::C2BlockPool::local_id_t blockPoolId, in createBlockPool() argument
69 std::shared_ptr<::C2BlockPool> ptr(mCreateBlockPool(allocatorId, blockPoolId), deleter); in createBlockPool()
74 ALOGD("Failed to CreateBlockPool by allocator id: %u", allocatorId); in createBlockPool()
79 ::C2Allocator::id_t allocatorId, in createAllocator() argument
88 allocator->reset(mCreateAllocator(allocatorId, &res), deleter); in createAllocator()
90 ALOGD("Failed to CreateAllocator by id: %u, res: %d", allocatorId, res); in createAllocator()
H A DC2Store.cpp448 C2PlatformAllocatorStore::id_t allocatorId, in _createBlockPool() argument
457 if (allocatorId == C2AllocatorStore::DEFAULT_LINEAR) { in _createBlockPool()
458 allocatorId = GetPreferredLinearAllocatorId(GetCodec2PoolMask()); in _createBlockPool()
466 switch(allocatorId) { in _createBlockPool()
524 allocatorId, poolId, &ptr, deleter); in _createBlockPool()
539 C2PlatformAllocatorStore::id_t allocatorId, in createBlockPool() argument
543 return _createBlockPool(allocatorId, components, mBlockPoolSeqId++, pool); in createBlockPool()
627 C2PlatformAllocatorStore::id_t allocatorId, in CreateCodec2BlockPool() argument
632 return sBlockPoolCache->createBlockPool(allocatorId, components, pool); in CreateCodec2BlockPool()
636 C2PlatformAllocatorStore::id_t allocatorId, in CreateCodec2BlockPool() argument
[all …]
H A DC2AllocatorBlob.cpp57 C2Allocator::id_t allocatorId);
80 C2Allocator::id_t allocatorId) in C2AllocationBlob() argument
83 mAllocatorId(allocatorId), in C2AllocationBlob()
H A DC2AllocatorGralloc.cpp276 C2Allocator::id_t allocatorId);
302 C2Allocator::id_t allocatorId) in C2AllocationGralloc() argument
315 mAllocatorId(allocatorId) { in C2AllocationGralloc()
/aosp12/frameworks/av/media/codec2/hidl/plugin/
H A DFilterWrapperStub.cpp45 C2PlatformAllocatorStore::id_t allocatorId, in createBlockPool() argument
48 return CreateCodec2BlockPool(allocatorId, component, pool); in createBlockPool()
H A DFilterWrapper.cpp946 C2PlatformAllocatorStore::id_t allocatorId, in createBlockPool() argument
963 if (C2_OK == CreateCodec2BlockPool(allocatorId, components, pool)) { in createBlockPool()
969 return CreateCodec2BlockPool(allocatorId, component, pool); in createBlockPool()
/aosp12/frameworks/av/media/codec2/vndk/include/
H A DC2PlatformStorePluginLoader.h65 ::C2Allocator::id_t allocatorId,
87 ::C2Allocator::id_t allocatorId,
H A DC2PlatformSupport.h136 C2PlatformAllocatorStore::id_t allocatorId,
153 C2PlatformAllocatorStore::id_t allocatorId,
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/
H A DComponent.cpp394 uint32_t allocatorId, in createBlockPool() argument
399 static_cast<C2PlatformAllocatorStore::id_t>(allocatorId), in createBlockPool()
404 static_cast<C2PlatformAllocatorStore::id_t>(allocatorId), in createBlockPool()
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/
H A DComponent.cpp394 uint32_t allocatorId, in createBlockPool() argument
399 static_cast<C2PlatformAllocatorStore::id_t>(allocatorId), in createBlockPool()
404 static_cast<C2PlatformAllocatorStore::id_t>(allocatorId), in createBlockPool()
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/
H A DComponent.cpp394 uint32_t allocatorId, in createBlockPool() argument
399 static_cast<C2PlatformAllocatorStore::id_t>(allocatorId), in createBlockPool()
404 static_cast<C2PlatformAllocatorStore::id_t>(allocatorId), in createBlockPool()
/aosp12/frameworks/av/media/codec2/hidl/plugin/internal/
H A DFilterWrapper.h88 C2PlatformAllocatorStore::id_t allocatorId,
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
H A DComponent.h92 uint32_t allocatorId,
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/
H A DComponent.h95 uint32_t allocatorId,
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/include/codec2/hidl/1.2/
H A DComponent.h95 uint32_t allocatorId,
/aosp12/hardware/interfaces/media/c2/1.0/
H A DIComponent.hal222 * @param allocatorId Id of a `C2Allocator`.
226 * - `BAD_VALUE` - @p allocatorId is not recognized.
234 createBlockPool(uint32_t allocatorId) generates (
/aosp12/hardware/google/interfaces/media/c2/1.0/
H A DIComponent.hal183 * @param allocatorId The Codec 2.0 allocator ID
195 createBlockPool(uint32_t allocatorId) generates (