Searched refs:mapCorrectedToRawImpl (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device3/ |
D | DistortionMapper.h | 169 status_t mapCorrectedToRawImpl(T* coordPairs, int coordCount, bool clamp, bool simple) const;
|
D | DistortionMapper.cpp | 333 return mapCorrectedToRawImpl(coordPairs, coordCount, clamp, simple); in mapCorrectedToRaw() 337 status_t DistortionMapper::mapCorrectedToRawImpl(T *coordPairs, int coordCount, bool clamp, in mapCorrectedToRawImpl() function in android::camera3::DistortionMapper 443 status_t res = mapCorrectedToRawImpl(mDistortedGrid[index].coords.data(), 4, in buildGrids()
|