Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/vndk/
DC2PlatformStorePluginLoader.cpp60 ::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()
DC2Store.cpp302 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()
DC2AllocatorGralloc.cpp317 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/
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,
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponent.h92 uint32_t allocatorId,
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponent.cpp389 uint32_t allocatorId, in createBlockPool() argument
393 static_cast<C2PlatformAllocatorStore::id_t>(allocatorId), in createBlockPool()