Searched refs:n_vFrameCount (Results 1 – 1 of 1) sorted by relevance
1812 static int n_vFrameCount = 0; in debugShowVideoFPS() local1816 n_vFrameCount++; in debugShowVideoFPS()1820 n_vFps = ((n_vFrameCount - n_vLastFrameCount) * float(s2ns(1))) / diff; in debugShowVideoFPS()1823 n_vLastFrameCount = n_vFrameCount; in debugShowVideoFPS()