Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/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()
/hardware/google/av/codec2/vndk/
DC2Store.cpp99 case C2AllocatorStore::DEFAULT_LINEAR: in fetchAllocator()
309 case C2AllocatorStore::DEFAULT_LINEAR: in _createBlockPool()
311 C2AllocatorStore::DEFAULT_LINEAR, &allocator); in _createBlockPool()
420 res = allocatorStore->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &allocator); in GetCodec2BlockPool()
/hardware/google/av/codec2/include/
DC2Component.h721 DEFAULT_LINEAR, ///< basic linear allocator type enumerator
/hardware/google/av/media/codecs/cmds/
Dcodec2.cpp147 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, &mAllocIon), C2_OK); in SimplePlayer()
/hardware/google/av/codec2/hidl/1.0/mts/audio/
DMtsHidlC2V1_0TargetAudioEncTest.cpp84 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, in SetUp()
DMtsHidlC2V1_0TargetAudioDecTest.cpp90 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, in SetUp()
/hardware/google/av/codec2/hidl/1.0/mts/video/
DMtsHidlC2V1_0TargetVideoDecTest.cpp89 CHECK_EQ(store->fetchAllocator(C2AllocatorStore::DEFAULT_LINEAR, in SetUp()