Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java901 Point[] centerPoints = centers.toArray(); in analyzeVideo() local
902 Point bottomLeftPos = centerPoints[0]; in analyzeVideo()
903 Point bottomRightPos = centerPoints[patternWidth - 1]; in analyzeVideo()
904 Point topLeftPos = centerPoints[(patternHeight * patternWidth) - patternWidth]; in analyzeVideo()
905 Point topRightPos = centerPoints[(patternHeight * patternWidth) - 1]; in analyzeVideo()
918 reprojectedPointsArray[curCenter], centerPoints[curCenter]); in analyzeVideo()