Home
last modified time | relevance | path

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

/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkC2Common.cpp36 mLinearPool = std::make_shared<C2PooledBlockPool>(mLinearAllocator, mBlockPoolId++); in setupCodec2()
37 if (!mLinearPool) return -1; in setupCodec2()
DBenchmarkC2Common.h110 mLinearPool(nullptr), in BenchmarkC2Common()
131 std::shared_ptr<C2BlockPool> mLinearPool; variable
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp76 mLinearPool = std::make_shared<C2PooledBlockPool>(mLinearAllocator, mBlockPoolId++); in SetUp()
77 ASSERT_NE(mLinearPool, nullptr); in SetUp()
193 std::shared_ptr<C2BlockPool> mLinearPool; member in __anon38ecc9b30111::Codec2AudioDecHidlTestBase
555 mFlushedIndices, mLinearPool, eleStream, &Info, 0, in TEST_P()
627 mFlushedIndices, mLinearPool, eleStream, &Info, 0, in TEST_P()
718 mFlushedIndices, mLinearPool, eleStream, &Info, 0, in TEST_P()
746 mFlushedIndices, mLinearPool, eleStream, &Info, index, in TEST_P()
816 mFlushedIndices, mLinearPool, eleStream, &Info, 0, in TEST_P()
888 mFlushedIndices, mLinearPool, eleStream, &Info, 0, in TEST_P()
913 mFlushedIndices, mLinearPool, eleStream, &Info, in TEST_P()
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp75 mLinearPool = std::make_shared<C2PooledBlockPool>(mLinearAllocator, mBlockPoolId++); in SetUp()
76 ASSERT_NE(mLinearPool, nullptr); in SetUp()
159 std::shared_ptr<C2BlockPool> mLinearPool; member in __anone2a8991d0111::Codec2AudioEncHidlTestBase
447 mComponent, mQueueLock, mQueueCondition, mWorkQueue, mFlushedIndices, mLinearPool, in TEST_P()
558 mFlushedIndices, mLinearPool, eleStream, numFramesFlushed, in TEST_P()
568 mFlushedIndices, mLinearPool, eleStream, in TEST_P()
645 mFlushedIndices, mLinearPool, eleStream, numFrames, in TEST_P()
746 mFlushedIndices, mLinearPool, eleStream, numFrames, in TEST_P()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp85 mLinearPool = std::make_shared<C2PooledBlockPool>(mLinearAllocator, mBlockPoolId++); in SetUp()
86 ASSERT_NE(mLinearPool, nullptr); in SetUp()
300 std::shared_ptr<C2BlockPool> mLinearPool; member in __anon79ad909d0111::Codec2VideoDecHidlTestBase
649 mFlushedIndices, mLinearPool, eleStream, &Info, 0, in TEST_P()
746 mFlushedIndices, mLinearPool, eleStream, &Info, in TEST_P()
827 mFlushedIndices, mLinearPool, eleStream, &Info, 0, in TEST_P()
916 mFlushedIndices, mLinearPool, eleStream, &Info, 0, in TEST_P()
942 mFlushedIndices, mLinearPool, eleStream, &Info, index, in TEST_P()
1002 mFlushedIndices, mLinearPool, eleStream, &Info, 0, in TEST_P()
1060 mFlushedIndices, mLinearPool, eleStream, &Info, 0, in TEST_P()
[all …]
/frameworks/av/media/codec2/components/cmds/
Dcodec2.cpp99 std::shared_ptr<C2BlockPool> mLinearPool; member in __anon2aac90ef0111::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()
/frameworks/av/media/tests/benchmark/src/native/decoder/
DC2Decoder.cpp112 status = mLinearPool->fetchLinearBlock( in decodeFrames()
/frameworks/av/media/tests/benchmark/src/native/encoder/
DC2Encoder.cpp182 status = mLinearPool->fetchLinearBlock( in encodeFrames()