Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/mts/audio/
DMtsHidlC2V1_0TargetAudioEncTest.cpp87 mLinearPool = std::make_shared<C2PooledBlockPool>(mLinearAllocator, in SetUp()
89 ASSERT_NE(mLinearPool, nullptr); in SetUp()
163 std::shared_ptr<C2BlockPool> mLinearPool; member in __anone7d0d3880111::Codec2AudioEncHidlTest
407 mFlushedIndices, mLinearPool, eleStream, numFrames, in TEST_F()
522 mFlushedIndices, mLinearPool, eleStream, numFramesFlushed, in TEST_F()
553 mFlushedIndices, mLinearPool, eleStream, in TEST_F()
DMtsHidlC2V1_0TargetAudioDecTest.cpp93 mLinearPool = std::make_shared<C2PooledBlockPool>(mLinearAllocator, in SetUp()
95 ASSERT_NE(mLinearPool, nullptr); in SetUp()
216 std::shared_ptr<C2BlockPool> mLinearPool; member in __anon3e15041e0111::Codec2AudioDecHidlTest
538 mLinearPool, eleStream, &Info, 0, (int)Info.size())); in TEST_F()
630 mLinearPool, eleStream, &Info, 0, i + 1)); in TEST_F()
723 mLinearPool, eleStream, &Info, 0, numFramesFlushed, false)); in TEST_F()
769 mFlushedIndices, mLinearPool, eleStream, &Info, index, in TEST_F()
846 mLinearPool, eleStream, &Info, 0, (int)Info.size())); in TEST_F()
/hardware/google/av/codec2/hidl/1.0/mts/video/
DMtsHidlC2V1_0TargetVideoDecTest.cpp92 mLinearPool = std::make_shared<C2PooledBlockPool>(mLinearAllocator, in SetUp()
94 ASSERT_NE(mLinearPool, nullptr); in SetUp()
212 std::shared_ptr<C2BlockPool> mLinearPool; member in __anon621d50880111::Codec2VideoDecHidlTest
460 mLinearPool, eleStream, &Info, 0, (int)Info.size())); in TEST_F()
537 mFlushedIndices, mLinearPool, eleStream, &Info, in TEST_F()
628 mFlushedIndices, mLinearPool, eleStream, &Info, 0, j + 1)); in TEST_F()
715 mLinearPool, eleStream, &Info, 0, numFramesFlushed, false)); in TEST_F()
760 mFlushedIndices, mLinearPool, eleStream, &Info, index, in TEST_F()
834 mLinearPool, eleStream, &Info, 0, (int)Info.size())); in TEST_F()
/hardware/google/av/media/codecs/cmds/
Dcodec2.cpp99 std::shared_ptr<C2BlockPool> mLinearPool; member in __anona475c49d0111::SimplePlayer
148 mLinearPool = std::make_shared<C2PooledBlockPool>(mAllocIon, mLinearPoolId++); in SimplePlayer()
290 mLinearPool.reset(new C2PooledBlockPool(mAllocIon, mLinearPoolId++)); in play()
344 mLinearPool->fetchLinearBlock( in play()