Home
last modified time | relevance | path

Searched defs:yMin (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableMeteringRectangle.java44 int yMin = value.getY(); in marshal() local
59 int yMin = buffer.getInt(); in unmarshal() local
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1095 const int preCorrW, const int preCorrH, const int xMin, const int yMin) { in unDistortWithinPreCorrArray()
1110 const int preCorrW, const int preCorrH, const int xMin, const int yMin){ in boxWithinPrecorrectionArray()
1161 const int xMin, const int yMin){ in scaledBoxWithinPrecorrectionArray()
1176 const int preCorrW, const int preCorrH, const int xMin, const int yMin, in findPostCorrectionScale()
1199 float cx, float cy, float f, int preCorrW, int preCorrH, int xMin = 0, int yMin = 0) { in normalizeLensDistortion()
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java932 float xMin = 0.f, xWidth = 1.f, yMin = 0.f, yWidth = 1.f; in updateBgScaling() local