Searched refs:n_pLastFrameCount (Results 1 – 3 of 3) sorted by relevance
954 static int n_pLastFrameCount = 0; in debugShowPreviewFPS() local961 n_pFps = ((n_pFrameCount - n_pLastFrameCount) * float(s2ns(1))) / diff; in debugShowPreviewFPS()964 n_pLastFrameCount = n_pFrameCount; in debugShowPreviewFPS()
1839 static int n_pLastFrameCount = 0; in debugShowPreviewFPS() local1846 n_pFps = ((n_pFrameCount - n_pLastFrameCount) * float(s2ns(1))) / diff; in debugShowPreviewFPS()1850 n_pLastFrameCount = n_pFrameCount; in debugShowPreviewFPS()