Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.h276 c2_cntr64_t lastFlushIndex; member
H A DCCodecBufferChannel.cpp159 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()