Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.h86 status_t mapRawRectToCorrected(int32_t *rects, int rectCount);
DDistortionMapper.cpp174 res = mapRawRectToCorrected(e.data.i32, e.count / 4); in correctCaptureResult()
285 status_t DistortionMapper::mapRawRectToCorrected(int32_t *rects, int rectCount) { in mapRawRectToCorrected() function in android::camera3::DistortionMapper
/frameworks/av/services/camera/libcameraservice/tests/
DDistortionMapperTest.cpp151 res = m.mapRawRectToCorrected(rects.data(), 2); in TEST()