Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp1814 static nsecs_t n_vLastFpsTime = 0; in debugShowVideoFPS() local
1818 nsecs_t diff = now - n_vLastFpsTime; in debugShowVideoFPS()
1822 n_vLastFpsTime = now; in debugShowVideoFPS()