Home
last modified time | relevance | path

Searched defs:coordPairs (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp269 status_t DistortionMapper::mapRawToCorrected(int32_t *coordPairs, int coordCount, in mapRawToCorrected()
328 status_t DistortionMapper::mapRawToCorrectedSimple(int32_t *coordPairs, int coordCount, in mapRawToCorrectedSimple()
374 status_t DistortionMapper::mapCorrectedToRaw(int32_t *coordPairs, int coordCount, in mapCorrectedToRaw()
380 status_t DistortionMapper::mapCorrectedToRawImpl(T *coordPairs, int coordCount, in mapCorrectedToRawImpl()
414 status_t DistortionMapper::mapCorrectedToRawImplSimple(T *coordPairs, int coordCount, in mapCorrectedToRawImplSimple()
DZoomRatioMapper.cpp438 void ZoomRatioMapper::scaleCoordinates(int32_t* coordPairs, int coordCount, in scaleCoordinates()