Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java906 double avgPixelDist = (getDistanceBetweenPoints(bottomLeftPos, topRightPos) in analyzeVideo()
907 + getDistanceBetweenPoints(bottomRightPos, topLeftPos)) / 2; in analyzeVideo()
917 avgCenterError += getDistanceBetweenPoints( in analyzeVideo()
1368 private double getDistanceBetweenPoints(Point a, Point b) { in getDistanceBetweenPoints() method in RVCVXCheckAnalyzer