Searched refs:mFrameCount (Results 1 – 2 of 2) sorted by relevance
283 static int mFrameCount; in debugShowVideoFPS() local287 mFrameCount++; in debugShowVideoFPS()291 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowVideoFPS()294 mLastFrameCount = mFrameCount; in debugShowVideoFPS()
1542 static int mFrameCount; in debugShowPreviewFPS() local1546 mFrameCount++; in debugShowPreviewFPS()1550 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowPreviewFPS()1553 mLastFrameCount = mFrameCount; in debugShowPreviewFPS()