Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.h97 nsecs_t mLatestClearedBufferTimestamp; variable
H A DZslProcessor.cpp132 mLatestClearedBufferTimestamp(0), in ZslProcessor()
212 if (timestamp <= mLatestClearedBufferTimestamp) return; in onResultAvailable()
669 return clearInputRingBufferLocked(&mLatestClearedBufferTimestamp); in clearZslQueueLocked()