Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
DDistortionMapperTest.cpp219 int xMapped = randCoords[i]; in TEST() local
222 float errorSq = (xMapped - xOrig) * (xMapped - xOrig) + in TEST()
226 xOrig << "," << yOrig << ") -> (" << xMapped << "," << yMapped << ")"; in TEST()