Searched defs:coordCount (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device3/ |
D | DistortionMapper.cpp | 226 status_t DistortionMapper::mapRawToCorrected(int32_t *coordPairs, int coordCount, in mapRawToCorrected() 285 status_t DistortionMapper::mapRawToCorrectedSimple(int32_t *coordPairs, int coordCount, in mapRawToCorrectedSimple() 331 status_t DistortionMapper::mapCorrectedToRaw(int32_t *coordPairs, int coordCount, bool clamp, in mapCorrectedToRaw() 337 status_t DistortionMapper::mapCorrectedToRawImpl(T *coordPairs, int coordCount, bool clamp, in mapCorrectedToRawImpl() 371 status_t DistortionMapper::mapCorrectedToRawImplSimple(T *coordPairs, int coordCount, in mapCorrectedToRawImplSimple()
|
/frameworks/av/services/camera/libcameraservice/tests/ |
D | DistortionMapperTest.cpp | 221 const size_t coordCount = 1e5; // Number of random test points in RandomTransformTest() local
|