Searched refs:n_pFrameCount (Results 1 – 1 of 1) sorted by relevance
1838 static int n_pFrameCount = 0; in debugShowPreviewFPS() local1842 n_pFrameCount++; in debugShowPreviewFPS()1846 n_pFps = ((n_pFrameCount - n_pLastFrameCount) * float(s2ns(1))) / diff; in debugShowPreviewFPS()1850 n_pLastFrameCount = n_pFrameCount; in debugShowPreviewFPS()