Home
last modified time | relevance | path

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

/device/asus/flo/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp953 static int n_pFrameCount = 0; in debugShowPreviewFPS() local
957 n_pFrameCount++; in debugShowPreviewFPS()
961 n_pFps = ((n_pFrameCount - n_pLastFrameCount) * float(s2ns(1))) / diff; in debugShowPreviewFPS()
964 n_pLastFrameCount = n_pFrameCount; in debugShowPreviewFPS()
/device/lge/hammerhead/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp953 static int n_pFrameCount = 0; in debugShowPreviewFPS() local
957 n_pFrameCount++; in debugShowPreviewFPS()
961 n_pFps = ((n_pFrameCount - n_pLastFrameCount) * float(s2ns(1))) / diff; in debugShowPreviewFPS()
964 n_pLastFrameCount = n_pFrameCount; in debugShowPreviewFPS()
/device/moto/shamu/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp1838 static int n_pFrameCount = 0; in debugShowPreviewFPS() local
1842 n_pFrameCount++; in debugShowPreviewFPS()
1846 n_pFps = ((n_pFrameCount - n_pLastFrameCount) * float(s2ns(1))) / diff; in debugShowPreviewFPS()
1850 n_pLastFrameCount = n_pFrameCount; in debugShowPreviewFPS()