OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapCorrectedToRaw
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/camera/libcameraservice/device3/
DistortionMapper.h
103
status_t
mapCorrectedToRaw
(int32_t* coordPairs, int coordCount, bool clamp,
167
// Single implementation for various
mapCorrectedToRaw
methods
DistortionMapper.cpp
123
res =
mapCorrectedToRaw
(e.data.i32 + j, 2, /*clamp*/true);
331
status_t DistortionMapper::
mapCorrectedToRaw
(int32_t *coordPairs, int coordCount, bool clamp,
407
mapCorrectedToRaw
(coords, 2, clamp, simple);
/frameworks/av/services/camera/libcameraservice/tests/
DistortionMapperTest.cpp
135
res = m.
mapCorrectedToRaw
(coords.data(), 5, /*clamp*/true);
203
res = m.
mapCorrectedToRaw
(coords.data(), 5, /*clamp*/true, /*simple*/true);
240
res = m.
mapCorrectedToRaw
(randCoords.data(), randCoords.size() / 2, clamp, simple);
Completed in 176 milliseconds