Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api1/client2/
DZslProcessor.h97 nsecs_t mLatestClearedBufferTimestamp; variable
DZslProcessor.cpp129 mLatestClearedBufferTimestamp(0), in ZslProcessor()
209 if (timestamp <= mLatestClearedBufferTimestamp) return; in onResultAvailable()
666 return clearInputRingBufferLocked(&mLatestClearedBufferTimestamp); in clearZslQueueLocked()