OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapRawToCorrected
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/camera/libcameraservice/device3/
DistortionMapper.h
79
status_t
mapRawToCorrected
(int32_t *coordPairs, int coordCount, bool clamp,
DistortionMapper.cpp
159
res =
mapRawToCorrected
(e.data.i32 + j, 2, /*clamp*/true);
170
res =
mapRawToCorrected
(e.data.i32, e.count / 2, /*clamp*/false);
226
status_t DistortionMapper::
mapRawToCorrected
(int32_t *coordPairs, int coordCount,
319
mapRawToCorrected
(coords, 2, clamp, simple);
/frameworks/av/services/camera/libcameraservice/tests/
DistortionMapperTest.cpp
142
res = m.
mapRawToCorrected
(coords.data(), 5, /*clamp*/true);
245
res = m.
mapRawToCorrected
(randCoords.data(), randCoords.size() / 2, clamp, simple);
346
// undistortPoints() method, which is the same as
mapRawToCorrected
366
res = m.
mapRawToCorrected
(rawCoords.data(), rawCoords.size() / 2, /*clamp*/false,
Completed in 475 milliseconds