Home | History | Annotate | Download | only in V4LCameraAdapter

Lines Matching refs:nsecs_t

850     static nsecs_t mLastFpsTime = 0;
855 nsecs_t now = systemTime();
856 nsecs_t diff = now - mLastFpsTime;
873 nsecs_t now = systemTime();
874 nsecs_t diff = now - mLastFPSTime;
959 static nsecs_t ppm_diff = 0;
960 nsecs_t ppm_start = systemTime();