Home
last modified time | relevance | path

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

/device/asus/flo/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp930 static float n_vFps = 0; in debugShowVideoFPS() local
935 n_vFps = ((n_vFrameCount - n_vLastFrameCount) * float(s2ns(1))) / diff; in debugShowVideoFPS()
936 ALOGE("Video Frames Per Second: %.4f", n_vFps); in debugShowVideoFPS()
/device/lge/hammerhead/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp930 static float n_vFps = 0; in debugShowVideoFPS() local
935 n_vFps = ((n_vFrameCount - n_vLastFrameCount) * float(s2ns(1))) / diff; in debugShowVideoFPS()
936 ALOGE("Video Frames Per Second: %.4f", n_vFps); in debugShowVideoFPS()
/device/moto/shamu/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp1815 static float n_vFps = 0; in debugShowVideoFPS() local
1820 n_vFps = ((n_vFrameCount - n_vLastFrameCount) * float(s2ns(1))) / diff; in debugShowVideoFPS()
1821 CDBG_HIGH("Video Frames Per Second: %.4f", n_vFps); in debugShowVideoFPS()