Home
last modified time | relevance | path

Searched refs:flushedIndices (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.cpp81 std::unique_ptr<C2Work>& work, std::list<uint64_t>& flushedIndices, in workDone() argument
111 auto frameIndexIt = std::find(flushedIndices.begin(), flushedIndices.end(), in workDone()
121 if (!flushedIndices.empty() && in workDone()
122 (frameIndexIt != flushedIndices.end())) { in workDone()
123 flushedIndices.erase(frameIndexIt); in workDone()
200 std::list<uint64_t>& flushedIndices, std::mutex& queueLock) { in verifyFlushOutput() argument
209 std::find(flushedIndices.begin(), flushedIndices.end(), frameIndex); in verifyFlushOutput()
210 if (!flushedIndices.empty() && (frameIndexIt != flushedIndices.end())) { in verifyFlushOutput()
211 flushedIndices.erase(frameIndexIt); in verifyFlushOutput()
217 ASSERT_EQ(flushedIndices.empty(), true); in verifyFlushOutput()
Dmedia_c2_hidl_test_common.h128 std::unique_ptr<C2Work>& work, std::list<uint64_t>& flushedIndices,
140 std::list<uint64_t>& flushedIndices, std::mutex& queueLock);
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp315 std::list<uint64_t>& flushedIndices, std::shared_ptr<C2BlockPool>& linearPool, in encodeNFrames() argument
354 flushedIndices.emplace_back(frameID); in encodeNFrames()
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp381 std::list<uint64_t>& flushedIndices, std::shared_ptr<C2BlockPool>& linearPool, in decodeNFrames() argument
415 flushedIndices.emplace_back(frameID); in decodeNFrames()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp306 std::list<uint64_t>& flushedIndices, std::shared_ptr<C2BlockPool>& graphicPool, in encodeNFrames() argument
344 flushedIndices.emplace_back(frameID); in encodeNFrames()
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp436 std::list<uint64_t>& flushedIndices, std::shared_ptr<C2BlockPool>& linearPool, in decodeNFrames() argument
470 flushedIndices.emplace_back(frameID); in decodeNFrames()
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp1309 std::vector<uint64_t> flushedIndices; in flush() local
1317 flushedIndices.emplace_back( in flush()