Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/device3/
H A DDistortionMapper.h127 status_t mapCorrectedRectToRaw(int32_t *rects, int rectCount,
H A DDistortionMapper.cpp157 res = mapCorrectedRectToRaw(e.data.i32, e.count / 4, mapperInfo, /*clamp*/true); in correctCaptureRequest()
436 status_t DistortionMapper::mapCorrectedRectToRaw(int32_t *rects, int rectCount, in mapCorrectedRectToRaw() function in android::camera3::DistortionMapper
/aosp12/frameworks/av/services/camera/libcameraservice/tests/
H A DDistortionMapperTest.cpp156 res = m.mapCorrectedRectToRaw(rects.data(), 2, mapperInfo, /*clamp*/true); in TEST()
181 res = m.mapCorrectedRectToRaw(activeArray.data(), 1, mapperInfo, /*clamp*/true, in TEST()