Searched refs:n_vFrameCount (Results 1 – 1 of 1) sorted by relevance
927 static int n_vFrameCount = 0; in debugShowVideoFPS() local931 n_vFrameCount++; in debugShowVideoFPS()935 n_vFps = ((n_vFrameCount - n_vLastFrameCount) * float(s2ns(1))) / diff; in debugShowVideoFPS()938 n_vLastFrameCount = n_vFrameCount; in debugShowVideoFPS()