Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/tests/
DDistortionMapperTest.cpp143 res = m.mapRawToCorrected(coords.data(), 5, mapperInfo, /*clamp*/true); in TEST()
251 res = m.mapRawToCorrected(randCoords.data(), randCoords.size() / 2, mapperInfo, clamp, simple); in RandomTransformTest()
371 m.mapRawToCorrected(rawCoords.data(), rawCoords.size() / 2, mapperInfo, /*clamp*/false, in TEST()
/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.h91 status_t mapRawToCorrected(int32_t *coordPairs, int coordCount,
DDistortionMapper.cpp192 res = mapRawToCorrected(e.data.i32 + j, 2, mapperInfo, /*clamp*/true); in correctCaptureResult()
203 res = mapRawToCorrected(e.data.i32, e.count / 2, mapperInfo, /*clamp*/false); in correctCaptureResult()
271 status_t DistortionMapper::mapRawToCorrected(int32_t *coordPairs, int coordCount, in mapRawToCorrected() function in android::camera3::DistortionMapper
364 mapRawToCorrected(coords, 2, mapperInfo, clamp, simple); in mapRawRectToCorrected()