Searched defs:coordCount (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | DistortionMapper.cpp | 269 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()
|
H A D | ZoomRatioMapper.cpp | 457 void ZoomRatioMapper::scaleCoordinates(int32_t* coordPairs, int coordCount, in scaleCoordinates()
|
/aosp_15_r20/development/samples/Snake/src/com/example/android/snake/ |
H A D | SnakeView.java | 229 int coordCount = rawArray.length; in coordArrayToArrayList() local
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/tests/ |
H A D | DistortionMapperTest.cpp | 226 const size_t coordCount = 1e5; // Number of random test points in RandomTransformTest() local
|