Searched refs:mapCorrectedToRawImpl (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | DistortionMapper.h | 198 status_t mapCorrectedToRawImpl(T* coordPairs, int coordCount,
|
H A D | DistortionMapper.cpp | 376 return mapCorrectedToRawImpl(coordPairs, coordCount, mapperInfo, clamp, simple); in mapCorrectedToRaw() 380 status_t DistortionMapper::mapCorrectedToRawImpl(T *coordPairs, int coordCount, in mapCorrectedToRawImpl() function in android::camera3::DistortionMapper 485 status_t res = mapCorrectedToRawImpl(mapperInfo->mDistortedGrid[index].coords.data(), 4, in buildGrids()
|