Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.h349 c2_cntr64_t lastFlushIndex; member
DCCodecBufferChannel.cpp198 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()