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 | 123 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()
|
D | media_c2_hidl_test_common.h | 149 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/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 331 std::list<uint64_t>& flushedIndices, std::shared_ptr<C2BlockPool>& linearPool, in encodeNFrames() argument 378 flushedIndices.emplace_back(frameID); in encodeNFrames()
|
D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 321 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/ |
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 328 std::list<uint64_t>& flushedIndices, std::shared_ptr<C2BlockPool>& graphicPool, in encodeNFrames() argument 372 flushedIndices.emplace_back(frameID); in encodeNFrames()
|
D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 437 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/ |
D | client.cpp | 1376 std::vector<uint64_t> flushedIndices; in flush() local 1384 flushedIndices.emplace_back( in flush()
|