Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp271 status_t DistortionMapper::mapRawToCorrected(int32_t *coordPairs, int coordCount, in mapRawToCorrected()
330 status_t DistortionMapper::mapRawToCorrectedSimple(int32_t *coordPairs, int coordCount, in mapRawToCorrectedSimple()
376 status_t DistortionMapper::mapCorrectedToRaw(int32_t *coordPairs, int coordCount, in mapCorrectedToRaw()
382 status_t DistortionMapper::mapCorrectedToRawImpl(T *coordPairs, int coordCount, in mapCorrectedToRawImpl()
416 status_t DistortionMapper::mapCorrectedToRawImplSimple(T *coordPairs, int coordCount, in mapCorrectedToRawImplSimple()
DZoomRatioMapper.cpp423 void ZoomRatioMapper::scaleCoordinates(int32_t* coordPairs, int coordCount, in scaleCoordinates()