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

/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp956 static float n_pFps = 0; local
961 n_pFps = ((n_pFrameCount - n_pLastFrameCount) * float(s2ns(1))) / diff;
962 ALOGE("Preview Frames Per Second: %.4f", n_pFps);

Completed in 149 milliseconds