Home | History | Annotate | Download | only in CameraHal

Lines Matching defs:mFps

551     static float mFps = 0;
556 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
559 printf("####### [%d] Frames, %f FPS", mFrameCount, mFps);