Home | History | Annotate | Download | only in OMXCameraAdapter

Lines Matching refs:mLastFpsTime

1906     mLastFPSTime = systemTime();
2883 static nsecs_t mLastFpsTime = 0;
2888 nsecs_t diff = now - mLastFpsTime;
2890 mLastFpsTime = now;
3194 nsecs_t diff = now - mLastFPSTime;
3196 mLastFPSTime = now;