Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DMotionPredictorMetricsManager_test.cpp361 const GroundTruthPoint& firstGroundTruth, const GroundTruthPoint& secondGroundTruth) { in generatePredictionsByLinearExtrapolation() argument
363 const Eigen::Vector2f trajectory = secondGroundTruth.position - firstGroundTruth.position; in generatePredictionsByLinearExtrapolation()
364 const float deltaPressure = secondGroundTruth.pressure - firstGroundTruth.pressure; in generatePredictionsByLinearExtrapolation()