Searched refs:unDistortWithinPreCorrArray (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_DngCreator.cpp | 1091 static inline bool unDistortWithinPreCorrArray( in unDistortWithinPreCorrArray() function 1112 if (!unDistortWithinPreCorrArray(left, top, in boxWithinPrecorrectionArray() 1117 if (!unDistortWithinPreCorrArray(cx, top, in boxWithinPrecorrectionArray() 1122 if (!unDistortWithinPreCorrArray(right, top, in boxWithinPrecorrectionArray() 1128 if (!unDistortWithinPreCorrArray(left, cy, in boxWithinPrecorrectionArray() 1133 if (!unDistortWithinPreCorrArray(right, cy, in boxWithinPrecorrectionArray() 1139 if (!unDistortWithinPreCorrArray(left, bottom, in boxWithinPrecorrectionArray() 1144 if (!unDistortWithinPreCorrArray(cx, bottom, in boxWithinPrecorrectionArray() 1149 if (!unDistortWithinPreCorrArray(right, bottom, in boxWithinPrecorrectionArray()
|