Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Interface.cpp85 C2Allocator::id_t rawAllocator = C2AllocatorStore::DEFAULT_LINEAR; in BaseParams()
88 C2Allocator::id_t codedAllocator = C2AllocatorStore::DEFAULT_LINEAR; in BaseParams()
103 rawAllocator = C2AllocatorStore::DEFAULT_LINEAR; in BaseParams()
/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/vndk/
DC2Store.cpp103 case C2AllocatorStore::DEFAULT_LINEAR: in fetchAllocator()
313 case C2AllocatorStore::DEFAULT_LINEAR: in _createBlockPool()
315 C2AllocatorStore::DEFAULT_LINEAR, &allocator); in _createBlockPool()
424 res = allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in GetCodec2BlockPool()
/frameworks/av/media/codec2/core/include/
DC2Component.h721 DEFAULT_LINEAR, ///< basic linear allocator type enumerator
/frameworks/av/media/codec2/components/cmds/
Dcodec2.cpp147 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mAllocIon), C2_OK); in SimplePlayer()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp84 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, in SetUp()
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp90 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, in SetUp()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp93 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, in SetUp()