Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/
H A 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()
H A DZoomRatioMapper.cpp457 void ZoomRatioMapper::scaleCoordinates(int32_t* coordPairs, int coordCount, in scaleCoordinates()
/aosp_15_r20/development/samples/Snake/src/com/example/android/snake/
H A DSnakeView.java229 int coordCount = rawArray.length; in coordArrayToArrayList() local
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/tests/
H A DDistortionMapperTest.cpp226 const size_t coordCount = 1e5; // Number of random test points in RandomTransformTest() local