Searched refs:DEFAULT_LINEAR (Results 1 – 16 of 16) sorted by relevance
/frameworks/av/media/tests/benchmark/src/native/common/ |
D | BenchmarkC2Common.cpp | 33 c2_status_t status = store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator); in setupCodec2()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Component.h | 721 DEFAULT_LINEAR, ///< basic linear allocator type enumerator
|
/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Interface.cpp | 104 C2Allocator::id_t rawAllocator = C2AllocatorStore::DEFAULT_LINEAR; in BaseParams()
|
/frameworks/av/media/codec2/fuzzer/ |
D | C2Fuzzer.cpp | 165 allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator); in initDecoder()
|
/frameworks/av/media/codec2/vndk/ |
D | C2Store.cpp | 142 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()
|
D | C2Buffer.cpp | 466 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/ |
D | codec2.cpp | 147 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mAllocIon), C2_OK); in SimplePlayer()
|
/frameworks/av/media/codec2/hal/aidl/ |
D | Component.cpp | 493 if(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator) == C2_OK) { in initListener()
|
/frameworks/av/media/codec2/hal/hidl/1.2/utils/ |
D | Component.cpp | 627 if(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator) == C2_OK) { in initListener()
|
/frameworks/av/media/codec2/hal/hidl/1.0/utils/ |
D | Component.cpp | 587 if(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator) == C2_OK) { in initListener()
|
/frameworks/av/media/codec2/hal/hidl/1.1/utils/ |
D | Component.cpp | 600 if(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator) == C2_OK) { in initListener()
|
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 72 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator), C2_OK); in SetUp()
|
D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 97 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator), C2_OK); in SetUp()
|
/frameworks/av/media/codec2/tests/vndk/ |
D | C2BufferTest.cpp | 335 ASSERT_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, mLinearAllocator), C2_OK); in getLinearAllocator()
|
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 123 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mLinearAllocator), C2_OK); in SetUp()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodec.cpp | 3366 allocators.insert(C2PlatformAllocatorStore::DEFAULT_LINEAR); in FetchLinearBlock() 3375 allocators.insert(C2PlatformAllocatorStore::DEFAULT_LINEAR); in FetchLinearBlock()
|