Home
last modified time | relevance | path

Searched refs:mLastFrameTimestamp (Results 1 – 4 of 4) 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()
351 if ((timestamp - mLastFrameTimestamp) >= mFrameRefreshFreq) { in isNewVideoFrameTime()
352 mLastFrameTimestamp = timestamp; in isNewVideoFrameTime()
DCallbackNotifier.h232 nsecs_t mLastFrameTimestamp; variable
/device/google/cuttlefish/guest/hals/camera/
DCallbackNotifier.cpp90 mLastFrameTimestamp(0), in CallbackNotifier()
143 mLastFrameTimestamp = 0; in enableVideoRecording()
154 mLastFrameTimestamp = 0; in disableVideoRecording()
186 mLastFrameTimestamp = 0; in cleanupCBNotifier()
306 if ((timestamp - mLastFrameTimestamp) >= mFrameRefreshFreq) { in isNewVideoFrameTime()
307 mLastFrameTimestamp = timestamp; in isNewVideoFrameTime()
DCallbackNotifier.h213 nsecs_t mLastFrameTimestamp; variable