Searched refs:n_vFps (Results 1 – 3 of 3) sorted by relevance
930 static float n_vFps = 0; in debugShowVideoFPS() local935 n_vFps = ((n_vFrameCount - n_vLastFrameCount) * float(s2ns(1))) / diff; in debugShowVideoFPS()936 ALOGE("Video Frames Per Second: %.4f", n_vFps); in debugShowVideoFPS()
1815 static float n_vFps = 0; in debugShowVideoFPS() local1820 n_vFps = ((n_vFrameCount - n_vLastFrameCount) * float(s2ns(1))) / diff; in debugShowVideoFPS()1821 CDBG_HIGH("Video Frames Per Second: %.4f", n_vFps); in debugShowVideoFPS()