Searched refs:linearPool (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/av/media/codec2/tests/vndk/ |
H A D | C2BufferTest.cpp | 778 std::shared_ptr<C2BlockPool> linearPool(makeLinearBlockPool()); in TEST_F() local 780 ASSERT_EQ(C2_OK, linearPool->fetchLinearBlock( in TEST_F() 796 ASSERT_EQ(linearPool->getAllocatorId(), spInfo->data().linearBlocks()[0].getAllocatorId()); in TEST_F() 809 ASSERT_EQ(linearPool->getAllocatorId(), streamInfo.data().linearBlocks()[0].getAllocatorId()); in TEST_F() 821 ASSERT_EQ(linearPool->getAllocatorId(), portInfo.data().linearBlocks()[0].getAllocatorId()); in TEST_F()
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/ |
H A D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 326 std::list<uint64_t>& flushedIndices, std::shared_ptr<C2BlockPool>& linearPool, in encodeNFrames() argument 386 linearPool->fetchLinearBlock( in encodeNFrames()
|
H A D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 319 std::list<uint64_t>& flushedIndices, std::shared_ptr<C2BlockPool>& linearPool, in decodeNFrames() argument 366 linearPool->fetchLinearBlock( in decodeNFrames()
|
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/ |
H A D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 439 std::list<uint64_t>& flushedIndices, std::shared_ptr<C2BlockPool>& linearPool, in decodeNFrames() argument 487 ASSERT_EQ(C2_OK, linearPool->fetchLinearBlock( in decodeNFrames()
|