Home
last modified time | relevance | path

Searched refs:DEFAULT_LINEAR (Results 1 – 16 of 16) sorted by relevance

/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkC2Common.cpp33 c2_status_t status = store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator); in setupCodec2()
/frameworks/av/media/codec2/core/include/
DC2Component.h721 DEFAULT_LINEAR, ///< basic linear allocator type enumerator
/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp104 C2Allocator::id_t rawAllocator = C2AllocatorStore::DEFAULT_LINEAR; in BaseParams()
/frameworks/av/media/codec2/fuzzer/
DC2Fuzzer.cpp165 allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator); in initDecoder()
/frameworks/av/media/codec2/vndk/
DC2Store.cpp142 if (id == C2AllocatorStore::DEFAULT_LINEAR) { in fetchAllocator()
507 if (allocatorId == C2AllocatorStore::DEFAULT_LINEAR) { in _createBlockPool()
695 res = allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in GetCodec2BlockPool()
DC2Buffer.cpp466 allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in CreateLinearBlock()
493 allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in CreateLinearBlock()
525 allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in CreateLinearBlock()
/frameworks/av/media/codec2/components/cmds/
Dcodec2.cpp147 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mAllocIon), C2_OK); in SimplePlayer()
/frameworks/av/media/codec2/hal/aidl/
DComponent.cpp493 if(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator) == C2_OK) { in initListener()
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponent.cpp627 if(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator) == C2_OK) { in initListener()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponent.cpp587 if(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator) == C2_OK) { in initListener()
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponent.cpp600 if(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator) == C2_OK) { in initListener()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp72 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator), C2_OK); in SetUp()
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp97 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator), C2_OK); in SetUp()
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp335 ASSERT_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, mLinearAllocator), C2_OK); in getLinearAllocator()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp123 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator), C2_OK); in SetUp()
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp3366 allocators.insert(C2PlatformAllocatorStore::DEFAULT_LINEAR); in FetchLinearBlock()
3375 allocators.insert(C2PlatformAllocatorStore::DEFAULT_LINEAR); in FetchLinearBlock()