Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.cpp111 auto frameIndexIt = std::find(flushedIndices.begin(), flushedIndices.end(), in workDone() local
122 (frameIndexIt != flushedIndices.end())) { in workDone()
123 flushedIndices.erase(frameIndexIt); in workDone()
208 std::list<uint64_t>::iterator frameIndexIt = in verifyFlushOutput() local
210 if (!flushedIndices.empty() && (frameIndexIt != flushedIndices.end())) { in verifyFlushOutput()
211 flushedIndices.erase(frameIndexIt); in verifyFlushOutput()