Searched refs:mapRawToCorrectedSimple (Results 1 – 2 of 2) sorted by relevance
171 status_t mapRawToCorrectedSimple(int32_t *coordPairs, int coordCount, bool clamp) const;
203 if (simple) return mapRawToCorrectedSimple(coordPairs, coordCount, clamp); in mapRawToCorrected()258 status_t DistortionMapper::mapRawToCorrectedSimple(int32_t *coordPairs, int coordCount, in mapRawToCorrectedSimple() function in android::camera3::DistortionMapper