Searched refs:mLastFrameCount (Results 1 – 5 of 5) sorted by relevance
431 static int mLastFrameCount = 0; in debugShowFPS() local438 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowFPS()440 mLastFrameCount = mFrameCount; in debugShowFPS()456 currentFPS = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in recalculateFPS()458 mLastFrameCount = mFrameCount; in recalculateFPS()
136 int mLastFrameCount; variable
1880 mLastFrameCount = 0; in startPreview()2821 static int mLastFrameCount = 0; in debugShowFPS() local2828 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowFPS()2830 mLastFrameCount = mFrameCount; in debugShowFPS()3096 currentFPS = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in recalculateFPS()3098 mLastFrameCount = mFrameCount; in recalculateFPS()
551 static int mLastFrameCount = 0; in debugShowFPS() local558 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowFPS()560 mLastFrameCount = mFrameCount; in debugShowFPS()
905 int mLastFrameCount; variable