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

/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp929 static nsecs_t n_vLastFpsTime = 0; local
933 nsecs_t diff = now - n_vLastFpsTime;
937 n_vLastFpsTime = now;

Completed in 278 milliseconds