Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
DDistortionMapperTest.cpp135 res = m.mapCorrectedToRaw(coords.data(), 5, /*clamp*/true); in TEST()
203 res = m.mapCorrectedToRaw(coords.data(), 5, /*clamp*/true, /*simple*/true); in TEST()
240 res = m.mapCorrectedToRaw(randCoords.data(), randCoords.size() / 2, clamp, simple); in RandomTransformTest()
/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.h103 status_t mapCorrectedToRaw(int32_t* coordPairs, int coordCount, bool clamp,
DDistortionMapper.cpp123 res = mapCorrectedToRaw(e.data.i32 + j, 2, /*clamp*/true); in correctCaptureRequest()
331 status_t DistortionMapper::mapCorrectedToRaw(int32_t *coordPairs, int coordCount, bool clamp, in mapCorrectedToRaw() function in android::camera3::DistortionMapper
407 mapCorrectedToRaw(coords, 2, clamp, simple); in mapCorrectedRectToRaw()