Searched refs:mLastFpsTime (Results 1 – 2 of 2) sorted by relevance
285 static nsecs_t mLastFpsTime = 0; in debugShowVideoFPS() local289 nsecs_t diff = now - mLastFpsTime; in debugShowVideoFPS()293 mLastFpsTime = now; in debugShowVideoFPS()
1544 static nsecs_t mLastFpsTime = 0; in debugShowPreviewFPS() local1548 nsecs_t diff = now - mLastFpsTime; in debugShowPreviewFPS()1552 mLastFpsTime = now; in debugShowPreviewFPS()