Lines Matching refs:mFPS
1894 mFPS = 0.0f;
2009 CAMHAL_LOGDB("Average framerate: %f", mFPS);
2884 static float mFps = 0;
2889 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
2892 ALOGD("Camera %d Frames, %f FPS", mFrameCount, mFps);
2894 // XXX: mFPS has the value we want
3201 mFPS = currentFPS;
3206 mFPS = mLastFPS + (currentFPS - mLastFPS)/mIter;
3209 mLastFPS = mFPS;