Searched refs:lastFlushIndex (Results 1 – 2 of 2) sorted by relevance
349 c2_cntr64_t lastFlushIndex; member
198 input->lastFlushIndex = 0u; in CCodecBufferChannel()1674 input->lastFlushIndex = mFrameIndex.load(std::memory_order_relaxed); in start()2135 mInput.lock()->lastFlushIndex = mFrameIndex.load(std::memory_order_relaxed); in flush()2206 if (input->lastFlushIndex >= frameIndex) { in onInputBufferDone()2209 mName, input->lastFlushIndex.peekll(), (long long)frameIndex); in onInputBufferDone()