Home
last modified time | relevance | path

Searched refs:mapCorrectedToRaw (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
DDistortionMapper.cpp114 res = mapCorrectedToRaw(e.data.i32 + j, 2); in correctCaptureRequest()
309 status_t DistortionMapper::mapCorrectedToRaw(T *coordPairs, int coordCount) const { in mapCorrectedToRaw() function in android::camera3::DistortionMapper
332 template status_t DistortionMapper::mapCorrectedToRaw(int32_t*, int) const;
333 template status_t DistortionMapper::mapCorrectedToRaw(float*, int) const;
347 mapCorrectedToRaw(coords, 2); in mapCorrectedRectToRaw()
383 status_t res = mapCorrectedToRaw(mDistortedGrid[index].coords.data(), 4); in buildGrids()
DDistortionMapper.h96 status_t mapCorrectedToRaw(T* coordPairs, int coordCount) const;
/frameworks/av/services/camera/libcameraservice/tests/
DDistortionMapperTest.cpp124 res = m.mapCorrectedToRaw(coords.data(), 5); in TEST()
189 res = m.mapCorrectedToRaw(randCoords.data(), randCoords.size() / 2); in TEST()