Searched refs:mLastFrameCount (Results 1 – 2 of 2) sorted by relevance
284 static int mLastFrameCount = 0; in debugShowVideoFPS() local291 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowVideoFPS()294 mLastFrameCount = mFrameCount; in debugShowVideoFPS()
1543 static int mLastFrameCount = 0; in debugShowPreviewFPS() local1550 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowPreviewFPS()1553 mLastFrameCount = mFrameCount; in debugShowPreviewFPS()