Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Record.cpp285 static nsecs_t mLastFpsTime = 0; in debugShowVideoFPS() local
289 nsecs_t diff = now - mLastFpsTime; in debugShowVideoFPS()
293 mLastFpsTime = now; in debugShowVideoFPS()
DQCameraHWI.cpp1544 static nsecs_t mLastFpsTime = 0; in debugShowPreviewFPS() local
1548 nsecs_t diff = now - mLastFpsTime; in debugShowPreviewFPS()
1552 mLastFpsTime = now; in debugShowPreviewFPS()