Home | History | Annotate | Download | only in camera

Lines Matching defs:mFps

6698     static float mFps = 0;
6703 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
6704 ALOGI("Preview Frames Per Second: %.4f", mFps);
6715 static float mFps = 0;
6720 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
6721 ALOGI("Video Frames Per Second: %.4f", mFps);