Home
last modified time | relevance | path

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

/device/asus/flo/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp956 static float n_pFps = 0; in debugShowPreviewFPS() local
961 n_pFps = ((n_pFrameCount - n_pLastFrameCount) * float(s2ns(1))) / diff; in debugShowPreviewFPS()
962 ALOGE("Preview Frames Per Second: %.4f", n_pFps); in debugShowPreviewFPS()
/device/lge/hammerhead/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp956 static float n_pFps = 0; in debugShowPreviewFPS() local
961 n_pFps = ((n_pFrameCount - n_pLastFrameCount) * float(s2ns(1))) / diff; in debugShowPreviewFPS()
962 ALOGE("Preview Frames Per Second: %.4f", n_pFps); in debugShowPreviewFPS()
/device/moto/shamu/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp1841 static float n_pFps = 0; in debugShowPreviewFPS() local
1846 n_pFps = ((n_pFrameCount - n_pLastFrameCount) * float(s2ns(1))) / diff; in debugShowPreviewFPS()
1848 __func__, n_pFps); in debugShowPreviewFPS()