Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/tests/vndk/
H A DC2BufferTest.cpp778 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 DVtsHalMediaC2V1_0TargetAudioEncTest.cpp326 std::list<uint64_t>& flushedIndices, std::shared_ptr<C2BlockPool>& linearPool, in encodeNFrames() argument
386 linearPool->fetchLinearBlock( in encodeNFrames()
H A DVtsHalMediaC2V1_0TargetAudioDecTest.cpp319 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 DVtsHalMediaC2V1_0TargetVideoDecTest.cpp439 std::list<uint64_t>& flushedIndices, std::shared_ptr<C2BlockPool>& linearPool, in decodeNFrames() argument
487 ASSERT_EQ(C2_OK, linearPool->fetchLinearBlock( in decodeNFrames()