Home | History | Annotate | Download | only in CameraHal

Lines Matching defs:diff

553         nsecs_t diff = now - mLastFpsTime;
554 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;