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.cpp123 std::unique_ptr<C2Work>& work, std::list<uint64_t>& flushedIndices, in workDone() argument
152 auto frameIndexIt = std::find(flushedIndices.begin(), flushedIndices.end(), in workDone()
162 if (!flushedIndices.empty() && (frameIndexIt != flushedIndices.end())) { in workDone()
163 flushedIndices.erase(frameIndexIt); in workDone()
247 std::list<uint64_t>& flushedIndices, std::mutex& queueLock) { in verifyFlushOutput() argument
256 std::find(flushedIndices.begin(), flushedIndices.end(), frameIndex); in verifyFlushOutput()
257 if (!flushedIndices.empty() && (frameIndexIt != flushedIndices.end())) { in verifyFlushOutput()
258 flushedIndices.erase(frameIndexIt); in verifyFlushOutput()
264 ASSERT_EQ(flushedIndices.empty(), true); in verifyFlushOutput()
Dmedia_c2_hidl_test_common.h149 std::unique_ptr<C2Work>& work, std::list<uint64_t>& flushedIndices,
161 std::list<uint64_t>& flushedIndices, std::mutex& queueLock);
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp331 std::list<uint64_t>& flushedIndices, std::shared_ptr<C2BlockPool>& linearPool, in encodeNFrames() argument
378 flushedIndices.emplace_back(frameID); in encodeNFrames()
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp321 std::list<uint64_t>& flushedIndices, std::shared_ptr<C2BlockPool>& linearPool, in decodeNFrames() argument
355 flushedIndices.emplace_back(frameID); in decodeNFrames()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp328 std::list<uint64_t>& flushedIndices, std::shared_ptr<C2BlockPool>& graphicPool, in encodeNFrames() argument
372 flushedIndices.emplace_back(frameID); in encodeNFrames()
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp437 std::list<uint64_t>& flushedIndices, std::shared_ptr<C2BlockPool>& linearPool, in decodeNFrames() argument
471 flushedIndices.emplace_back(frameID); in decodeNFrames()
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp1376 std::vector<uint64_t> flushedIndices; in flush() local
1384 flushedIndices.emplace_back( in flush()