Home | History | Annotate | Download | only in CameraHal

Lines Matching defs:mLastFrameCount

551     static int mLastFrameCount = 0;
558 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
560 mLastFrameCount = mFrameCount;