/hardware/google/av/codec2/hidl/1.0/mts/audio/ |
D | MtsHidlC2V1_0TargetAudioEncTest.cpp | 87 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()
|
D | MtsHidlC2V1_0TargetAudioDecTest.cpp | 93 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/ |
D | MtsHidlC2V1_0TargetVideoDecTest.cpp | 92 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/ |
D | codec2.cpp | 99 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()
|