Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
DDistortionMapperTest.cpp241 float rmsError = std::sqrt(totalErrorSq / randCoords.size()); in TEST() local
242 RecordProperty("RmsError", base::StringPrintf("%f", rmsError)); in TEST()