Home | History | Annotate | Download | only in src

Lines Matching defs:mFps

1049                     mFps(0),
1114 mFps = atoi(value);
1545 static float mFps = 0;
1550 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
1551 ALOGE("Preview Frames Per Second: %.4f", mFps);