Home
last modified time | relevance | path

Searched refs:yMin (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
DMarshalQueryableMeteringRectangle.java44 int yMin = value.getY(); in marshal() local
46 int yMax = yMin + value.getHeight(); in marshal()
50 buffer.putInt(yMin); in marshal()
59 int yMin = buffer.getInt(); in unmarshal() local
65 int height = yMax - yMin; in unmarshal()
67 return new MeteringRectangle(xMin, yMin, width, height, weight); in unmarshal()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
DBackDropperFilter.java932 float xMin = 0.f, xWidth = 1.f, yMin = 0.f, yWidth = 1.f; in updateBgScaling() local
946 yMin = 0.5f - 0.5f / mRelativeAspect; in updateBgScaling()
954 yMin = 0.5f - 0.5f / mRelativeAspect; in updateBgScaling()
980 yMin = 1.0f - yMin; in updateBgScaling()
984 xMin + ", " + yMin + ", " + xWidth + ", " + yWidth + in updateBgScaling()
989 xMin, yMin, 1.f}; in updateBgScaling()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp1011 const int preCorrW, const int preCorrH, const int xMin, const int yMin) { in unDistortWithinPreCorrArray() argument
1015 int yMax = yMin + preCorrH; in unDistortWithinPreCorrArray()
1016 if (x < xMin || y < yMin || x >= xMax || y >= yMax) { in unDistortWithinPreCorrArray()
1026 const int preCorrW, const int preCorrH, const int xMin, const int yMin){ in boxWithinPrecorrectionArray() argument
1029 distortion, cx, cy, f, preCorrW, preCorrH, xMin, yMin)) { in boxWithinPrecorrectionArray()
1034 distortion, cx, cy, f, preCorrW, preCorrH, xMin, yMin)) { in boxWithinPrecorrectionArray()
1039 distortion, cx, cy, f, preCorrW, preCorrH, xMin, yMin)) { in boxWithinPrecorrectionArray()
1045 distortion, cx, cy, f, preCorrW, preCorrH, xMin, yMin)) { in boxWithinPrecorrectionArray()
1050 distortion, cx, cy, f, preCorrW, preCorrH, xMin, yMin)) { in boxWithinPrecorrectionArray()
1056 distortion, cx, cy, f, preCorrW, preCorrH, xMin, yMin)) { in boxWithinPrecorrectionArray()
[all …]
/frameworks/minikin/tests/util/
DFreeTypeMinikinFontForTest.cpp107 bounds->mBottom = FTPosToFloat(bbox.yMin); in GetBounds()
/frameworks/base/tools/fonts/
Dfontchain_linter.py637 assert font['head'].yMax == 2163 and font['head'].yMin == -555, (