Searched refs:unDistortWithinPreCorrArray (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 1072 static inline bool unDistortWithinPreCorrArray( in unDistortWithinPreCorrArray() function 1093 if (!unDistortWithinPreCorrArray(left, top, in boxWithinPrecorrectionArray() 1098 if (!unDistortWithinPreCorrArray(cx, top, in boxWithinPrecorrectionArray() 1103 if (!unDistortWithinPreCorrArray(right, top, in boxWithinPrecorrectionArray() 1109 if (!unDistortWithinPreCorrArray(left, cy, in boxWithinPrecorrectionArray() 1114 if (!unDistortWithinPreCorrArray(right, cy, in boxWithinPrecorrectionArray() 1120 if (!unDistortWithinPreCorrArray(left, bottom, in boxWithinPrecorrectionArray() 1125 if (!unDistortWithinPreCorrArray(cx, bottom, in boxWithinPrecorrectionArray() 1130 if (!unDistortWithinPreCorrArray(right, bottom, in boxWithinPrecorrectionArray()
|