Home
last modified time | relevance | path

Searched refs:latestGroundTruthPoint (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/input/
DMotionPredictorMetricsManager.cpp179 const GroundTruthPoint& latestGroundTruthPoint = mRecentGroundTruthPoints.back(); in updateAggregatedMetrics() local
184 latestGroundTruthPoint.position - previousGroundTruthPoint.position; in updateAggregatedMetrics()
217 const float pressureError = predictionPoint.pressure - latestGroundTruthPoint.pressure; in updateAggregatedMetrics()
224 (static_cast<float>(latestGroundTruthPoint.timestamp - in updateAggregatedMetrics()