Home | History | Annotate | Download | only in camera

Lines Matching defs:mFps

6701     static float mFps = 0;
6706 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
6707 ALOGI("Preview Frames Per Second: %.4f", mFps);
6718 static float mFps = 0;
6723 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
6724 ALOGI("Video Frames Per Second: %.4f", mFps);