Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.h203 status_t mapCorrectedToRawImplSimple(T* coordPairs, int coordCount,
DDistortionMapper.cpp386 if (simple) return mapCorrectedToRawImplSimple(coordPairs, coordCount, mapperInfo, clamp); in mapCorrectedToRawImpl()
416 status_t DistortionMapper::mapCorrectedToRawImplSimple(T *coordPairs, int coordCount, in mapCorrectedToRawImplSimple() function in android::camera3::DistortionMapper