OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapCorrectedToRawImpl
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/device3/
DistortionMapper.h
169
status_t
mapCorrectedToRawImpl
(T* coordPairs, int coordCount, bool clamp, bool simple) const;
DistortionMapper.cpp
333
return
mapCorrectedToRawImpl
(coordPairs, coordCount, clamp, simple);
337
status_t DistortionMapper::
mapCorrectedToRawImpl
(T *coordPairs, int coordCount, bool clamp,
443
status_t res =
mapCorrectedToRawImpl
(mDistortedGrid[index].coords.data(), 4,
Completed in 102 milliseconds