Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecBufferChannel.h290 std::atomic_uint64_t mFirstValidFrameIndex; variable
H A DCCodecBufferChannel.cpp146 mFirstValidFrameIndex(0u), in CCodecBufferChannel()
1501 mFirstValidFrameIndex = mFrameIndex.load(std::memory_order_relaxed); in stop()
1650 mFirstValidFrameIndex.load()).peek() < 0) { in handleWork()