Lines Matching refs:NSTimeInterval
30 static const NSTimeInterval kGoalpostFrequency = 0.55; // TODO(pquinn): User-configurable settings.
36 @property (assign) NSTimeInterval t;
132 static NSTimeInterval FindBestShift(const std::vector<NSTimeInterval>& laserTs,
133 const std::vector<NSTimeInterval>& touchTs,
138 const NSTimeInterval kSearchCoverage = 0.15;
140 const NSTimeInterval kShiftStep = kSearchCoverage / kSteps;
142 std::vector<NSTimeInterval> deviations;
145 std::vector<NSTimeInterval> ts(laserTs.size());
334 const NSTimeInterval t0 = _touchEvents.firstObject.kernelTime;
335 const NSTimeInterval tF = _touchEvents.lastObject.kernelTime;
337 std::vector<NSTimeInterval> ft(_touchEvents.count);
364 std::vector<NSTimeInterval> lt(_laserEvents.count);
382 NSTimeInterval averageBestShift = 0;
384 std::vector<NSTimeInterval> lts = Extract(sideLabels, lt, side);
385 NSTimeInterval bestShift = FindBestShift(lts, ft, fy);