/aosp12/frameworks/av/media/codec2/vndk/ |
H A D | C2PlatformStorePluginLoader.cpp | 61 ::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 D | C2Store.cpp | 448 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 D | C2AllocatorBlob.cpp | 57 C2Allocator::id_t allocatorId); 80 C2Allocator::id_t allocatorId) in C2AllocationBlob() argument 83 mAllocatorId(allocatorId), in C2AllocationBlob()
|
H A D | C2AllocatorGralloc.cpp | 276 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 D | FilterWrapperStub.cpp | 45 C2PlatformAllocatorStore::id_t allocatorId, in createBlockPool() argument 48 return CreateCodec2BlockPool(allocatorId, component, pool); in createBlockPool()
|
H A D | FilterWrapper.cpp | 946 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 D | C2PlatformStorePluginLoader.h | 65 ::C2Allocator::id_t allocatorId, 87 ::C2Allocator::id_t allocatorId,
|
H A D | C2PlatformSupport.h | 136 C2PlatformAllocatorStore::id_t allocatorId, 153 C2PlatformAllocatorStore::id_t allocatorId,
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/ |
H A D | Component.cpp | 394 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 D | Component.cpp | 394 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 D | Component.cpp | 394 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 D | FilterWrapper.h | 88 C2PlatformAllocatorStore::id_t allocatorId,
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
H A D | Component.h | 92 uint32_t allocatorId,
|
/aosp12/frameworks/av/media/codec2/hidl/1.1/utils/include/codec2/hidl/1.1/ |
H A D | Component.h | 95 uint32_t allocatorId,
|
/aosp12/frameworks/av/media/codec2/hidl/1.2/utils/include/codec2/hidl/1.2/ |
H A D | Component.h | 95 uint32_t allocatorId,
|
/aosp12/hardware/interfaces/media/c2/1.0/ |
H A D | IComponent.hal | 222 * @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 D | IComponent.hal | 183 * @param allocatorId The Codec 2.0 allocator ID 195 createBlockPool(uint32_t allocatorId) generates (
|