Home
last modified time | relevance | path

Searched defs:coordCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp199 status_t DistortionMapper::mapRawToCorrected(int32_t *coordPairs, int coordCount, in mapRawToCorrected()
258 status_t DistortionMapper::mapRawToCorrectedSimple(int32_t *coordPairs, int coordCount, in mapRawToCorrectedSimple()
304 status_t DistortionMapper::mapCorrectedToRaw(int32_t *coordPairs, int coordCount, bool clamp, in mapCorrectedToRaw()
310 status_t DistortionMapper::mapCorrectedToRawImpl(T *coordPairs, int coordCount, bool clamp, in mapCorrectedToRawImpl()
344 status_t DistortionMapper::mapCorrectedToRawImplSimple(T *coordPairs, int coordCount, in mapCorrectedToRawImplSimple()
DZoomRatioMapper.cpp321 void ZoomRatioMapper::scaleCoordinates(int32_t* coordPairs, int coordCount, in scaleCoordinates()
/frameworks/av/services/camera/libcameraservice/tests/
DDistortionMapperTest.cpp221 const size_t coordCount = 1e5; // Number of random test points in RandomTransformTest() local