Searched refs:n_vLastFrameCount (Results 1 – 1 of 1) sorted by relevance
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()