Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:mFps

2326     mFPS = 0.0f;
2440 CAMHAL_LOGDB("Average framerate: %f", mFPS);
3333 static float mFps = 0;
3338 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
3341 CAMHAL_LOGI("Camera %d Frames, %f FPS", mFrameCount, mFps);
3343 // XXX: mFPS has the value we want
3815 mFPS = currentFPS;
3820 mFPS = mLastFPS + (currentFPS - mLastFPS)/mIter;
3823 mLastFPS = mFPS;