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

/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp954 static int n_pLastFrameCount = 0; local
961 n_pFps = ((n_pFrameCount - n_pLastFrameCount) * float(s2ns(1))) / diff;
964 n_pLastFrameCount = n_pFrameCount;

Completed in 2174 milliseconds