Searched refs:preCorrH (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_DngCreator.cpp | 1080 int yMax = yMin + preCorrH; in unDistortWithinPreCorrArray() 1094 distortion, cx, cy, f, preCorrW, preCorrH, xMin, yMin)) { in boxWithinPrecorrectionArray() 1099 distortion, cx, cy, f, preCorrW, preCorrH, xMin, yMin)) { in boxWithinPrecorrectionArray() 1104 distortion, cx, cy, f, preCorrW, preCorrH, xMin, yMin)) { in boxWithinPrecorrectionArray() 1110 distortion, cx, cy, f, preCorrW, preCorrH, xMin, yMin)) { in boxWithinPrecorrectionArray() 1141 const int preCorrW, const int preCorrH, in scaledBoxWithinPrecorrectionArray() argument 1147 double bottom = (preCorrH - 1) * scale + cy * (1.0 - scale); in scaledBoxWithinPrecorrectionArray() 1150 distortion, cx, cy, f, preCorrW, preCorrH, xMin, yMin); in scaledBoxWithinPrecorrectionArray() 1185 cx, cy, f, preCorrW, preCorrH, in normalizeLensDistortion() 1186 xMin, yMin, xMin + preCorrW - 1, yMin + preCorrH - 1); in normalizeLensDistortion() [all …]
|