Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DCallbackNotifier.cpp97 mLastFrameTimestamp(0), in CallbackNotifier()
159 mLastFrameTimestamp = 0; in enableVideoRecording()
171 mLastFrameTimestamp = 0; in disableVideoRecording()
213 mLastFrameTimestamp = 0; in cleanupCBNotifier()
347 if ((timestamp - mLastFrameTimestamp) >= mFrameRefreshFreq) { in isNewVideoFrameTime()
348 mLastFrameTimestamp = timestamp; in isNewVideoFrameTime()
DCallbackNotifier.h229 nsecs_t mLastFrameTimestamp; variable