Home | History | Annotate | Download | only in camera

Lines Matching refs:mLastFpsTime

698     static nsecs_t mLastFpsTime = 0;
702 nsecs_t diff = now - mLastFpsTime;
706 mLastFpsTime = now;