Searched refs:flushedIndices (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/ |
D | media_c2_hidl_test_common.cpp | 81 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()
|
D | media_c2_hidl_test_common.h | 128 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/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 315 std::list<uint64_t>& flushedIndices, std::shared_ptr<C2BlockPool>& linearPool, in encodeNFrames() argument 354 flushedIndices.emplace_back(frameID); in encodeNFrames()
|
D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 381 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/ |
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 306 std::list<uint64_t>& flushedIndices, std::shared_ptr<C2BlockPool>& graphicPool, in encodeNFrames() argument 344 flushedIndices.emplace_back(frameID); in encodeNFrames()
|
D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 436 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/ |
D | client.cpp | 1309 std::vector<uint64_t> flushedIndices; in flush() local 1317 flushedIndices.emplace_back( in flush()
|