Searched refs:xMin (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
H A D | MarshalQueryableMeteringRectangle.java | 43 int xMin = value.getX(); in marshal() local 45 int xMax = xMin + value.getWidth(); in marshal() 49 buffer.putInt(xMin); in marshal() 58 int xMin = buffer.getInt(); in unmarshal() local 64 int width = xMax - xMin; in unmarshal() 67 return new MeteringRectangle(xMin, yMin, width, height, weight); in unmarshal()
|
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/ |
H A D | BackDropperFilter.java | 932 float xMin = 0.f, xWidth = 1.f, yMin = 0.f, yWidth = 1.f; in updateBgScaling() local 941 xMin = 0.5f - 0.5f * mRelativeAspect; in updateBgScaling() 959 xMin = 0.5f - 0.5f * mRelativeAspect; in updateBgScaling() 976 xMin = 1.0f - xMin; in updateBgScaling() 984 xMin + ", " + yMin + ", " + xWidth + ", " + yWidth + in updateBgScaling() 989 xMin, yMin, 1.f}; in updateBgScaling()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_hardware_camera2_DngCreator.cpp | 1079 int xMax = xMin + preCorrW; in unDistortWithinPreCorrArray() 1081 if (x < xMin || y < yMin || x >= xMax || y >= yMax) { 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() 1115 distortion, cx, cy, f, preCorrW, preCorrH, xMin, yMin)) { in boxWithinPrecorrectionArray() 1142 const int xMin, const int yMin){ in scaledBoxWithinPrecorrectionArray() argument 1150 distortion, cx, cy, f, preCorrW, preCorrH, xMin, yMin); in scaledBoxWithinPrecorrectionArray() 1186 xMin, yMin, xMin + preCorrW - 1, yMin + preCorrH - 1); in normalizeLensDistortion() [all …]
|