Searched refs:mLastFrameTimestamp (Results 1 – 4 of 4) sorted by relevance
97 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()
232 nsecs_t mLastFrameTimestamp; variable
90 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()
213 nsecs_t mLastFrameTimestamp; variable