Home
last modified time | relevance | path

Searched refs:mLinearAllocator (Results 1 – 4 of 4) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/mts/audio/
DMtsHidlC2V1_0TargetAudioEncTest.cpp85 &mLinearAllocator), in SetUp()
87 mLinearPool = std::make_shared<C2PooledBlockPool>(mLinearAllocator, in SetUp()
164 std::shared_ptr<C2Allocator> mLinearAllocator; member in __anone7d0d3880111::Codec2AudioEncHidlTest
DMtsHidlC2V1_0TargetAudioDecTest.cpp91 &mLinearAllocator), in SetUp()
93 mLinearPool = std::make_shared<C2PooledBlockPool>(mLinearAllocator, in SetUp()
217 std::shared_ptr<C2Allocator> mLinearAllocator; member in __anon3e15041e0111::Codec2AudioDecHidlTest
/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp236 mLinearAllocator(std::make_shared<C2AllocatorIon>('i')), in C2BufferTest()
245 c2_status_t err = mLinearAllocator->newLinearAllocation( in allocateLinear()
285 return std::make_shared<C2PooledBlockPool>(mLinearAllocator, mBlockPoolId++); in makeLinearBlockPool()
333 std::shared_ptr<C2Allocator> mLinearAllocator; member in android::C2BufferTest
/hardware/google/av/codec2/hidl/1.0/mts/video/
DMtsHidlC2V1_0TargetVideoDecTest.cpp90 &mLinearAllocator), in SetUp()
92 mLinearPool = std::make_shared<C2PooledBlockPool>(mLinearAllocator, in SetUp()
213 std::shared_ptr<C2Allocator> mLinearAllocator; member in __anon621d50880111::Codec2VideoDecHidlTest