Searched refs:n_vLastFrameCount (Results 1 – 3 of 3) sorted by relevance
928 static int n_vLastFrameCount = 0; in debugShowVideoFPS() local935 n_vFps = ((n_vFrameCount - n_vLastFrameCount) * float(s2ns(1))) / diff; in debugShowVideoFPS()938 n_vLastFrameCount = n_vFrameCount; in debugShowVideoFPS()
1813 static int n_vLastFrameCount = 0; in debugShowVideoFPS() local1820 n_vFps = ((n_vFrameCount - n_vLastFrameCount) * float(s2ns(1))) / diff; in debugShowVideoFPS()1823 n_vLastFrameCount = n_vFrameCount; in debugShowVideoFPS()