Searched refs:mLastFpsTime (Results 1 – 6 of 6) sorted by relevance
183 nsecs_t mLastFpsTime; variable
59 mLastFpsTime(0),116 if (mLastFpsTime == 0) { // Initialize values in checkFps()117 mLastFpsTime = now; in checkFps()131 mLastFpsTime = mNextLastFpsTime; in checkFps()142 diff = now - mLastFpsTime; in checkFps()
541 nsecs_t mLastFpsTime; variable
1021 mLastFpsTime(0), in ExynosDisplay()
263 nsecs_t mLastFpsTime; variable
776 mLastFpsTime(0), in QCamera3ProcessingChannel()1834 nsecs_t diff = now - mLastFpsTime; in showDebugFPS()1859 mLastFpsTime = now; in showDebugFPS()