Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.h103 status_t mapRawRectToCorrected(int32_t *rects, int rectCount,
DDistortionMapper.cpp198 res = mapRawRectToCorrected(e.data.i32, e.count / 4, mapperInfo, /*clamp*/true); in correctCaptureResult()
352 status_t DistortionMapper::mapRawRectToCorrected(int32_t *rects, int rectCount, in mapRawRectToCorrected() function in android::camera3::DistortionMapper
/frameworks/av/services/camera/libcameraservice/tests/
DDistortionMapperTest.cpp163 res = m.mapRawRectToCorrected(rects.data(), 2, mapperInfo, /*clamp*/true); in TEST()
189 res = m.mapRawRectToCorrected(activeArray.data(), 1, mapperInfo, /*clamp*/true, in TEST()