Searched refs:mapCorrectedToRaw (Results 1 – 3 of 3) sorted by relevance
114 res = mapCorrectedToRaw(e.data.i32 + j, 2); in correctCaptureRequest()309 status_t DistortionMapper::mapCorrectedToRaw(T *coordPairs, int coordCount) const { in mapCorrectedToRaw() function in android::camera3::DistortionMapper332 template status_t DistortionMapper::mapCorrectedToRaw(int32_t*, int) const;333 template status_t DistortionMapper::mapCorrectedToRaw(float*, int) const;347 mapCorrectedToRaw(coords, 2); in mapCorrectedRectToRaw()383 status_t res = mapCorrectedToRaw(mDistortedGrid[index].coords.data(), 4); in buildGrids()
96 status_t mapCorrectedToRaw(T* coordPairs, int coordCount) const;
124 res = m.mapCorrectedToRaw(coords.data(), 5); in TEST()189 res = m.mapCorrectedToRaw(randCoords.data(), randCoords.size() / 2); in TEST()