Searched refs:flushedIndices (Results 1 – 1 of 1) sorted by relevance
43 std::unique_ptr<C2Work> &work, std::list<uint64_t> &flushedIndices,252 std::unique_ptr<C2Work> &work, std::list<uint64_t> &flushedIndices, in workDone() argument282 auto frameIndexIt = std::find(flushedIndices.begin(), flushedIndices.end(), in workDone()290 if (!flushedIndices.empty() && (frameIndexIt != flushedIndices.end())) { in workDone()291 flushedIndices.erase(frameIndexIt); in workDone()301 std::list<uint64_t> &flushedIndices, std::shared_ptr<C2BlockPool> &linearPool, in decodeNFrames() argument339 flushedIndices.emplace_back(frameID); in decodeNFrames()