Searched refs:lastFlushIndex (Results 1 – 2 of 2) sorted by relevance
276 c2_cntr64_t lastFlushIndex; member
159 input->lastFlushIndex = 0u; in CCodecBufferChannel()1121 input->lastFlushIndex = mFrameIndex.load(std::memory_order_relaxed); in start()1537 mInput.lock()->lastFlushIndex = mFrameIndex.load(std::memory_order_relaxed); in flush()1607 if (input->lastFlushIndex >= frameIndex) { in onInputBufferDone()1610 mName, input->lastFlushIndex.peekll(), (long long)frameIndex); in onInputBufferDone()