Home
last modified time | relevance | path

Searched refs:mapRawToCorrectedSimple (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.h175 status_t mapRawToCorrectedSimple(int32_t *coordPairs, int coordCount, bool clamp) const;
DDistortionMapper.cpp230 if (simple) return mapRawToCorrectedSimple(coordPairs, coordCount, clamp); in mapRawToCorrected()
285 status_t DistortionMapper::mapRawToCorrectedSimple(int32_t *coordPairs, int coordCount, in mapRawToCorrectedSimple() function in android::camera3::DistortionMapper