Searched refs:predictionInterval (Results 1 – 6 of 6) sorted by relevance
170 mMetricsManager.emplace(mModel->config().predictionInterval, mModel->outputLength(), in record()270 std::ceil(predictionTimeWindow / mModel->config().predictionInterval * fractionKept)); in predict()313 predictionTime += mModel->config().predictionInterval; in predict()
67 nsecs_t predictionInterval, in MotionPredictorMetricsManager() argument70 : mPredictionInterval(predictionInterval), in MotionPredictorMetricsManager()
282 .predictionInterval = parseXMLInt64(*configRoot, "prediction-interval"), in create()
63 nsecs_t predictionInterval,
104 nsecs_t predictionInterval = 0; member
344 nsecs_t predictionInterval = TEST_PREDICTION_INTERVAL_NANOS) { in generateConstantPredictions() argument346 nsecs_t predictionTimestamp = groundTruthPoint.timestamp + predictionInterval; in generateConstantPredictions()352 predictionTimestamp += predictionInterval; in generateConstantPredictions()385 const nsecs_t predictionInterval = 10; in TEST() local387 generateConstantPredictions(groundTruthPoint, predictionInterval); in TEST()396 TEST_INITIAL_TIMESTAMP + static_cast<nsecs_t>(i + 1) * predictionInterval); in TEST()