Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp1812 static int n_vFrameCount = 0; in debugShowVideoFPS() local
1816 n_vFrameCount++; in debugShowVideoFPS()
1820 n_vFps = ((n_vFrameCount - n_vLastFrameCount) * float(s2ns(1))) / diff; in debugShowVideoFPS()
1823 n_vLastFrameCount = n_vFrameCount; in debugShowVideoFPS()