Searched defs:yMin (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
D | MarshalQueryableMeteringRectangle.java | 44 int yMin = value.getY(); in marshal() local 59 int yMin = buffer.getInt(); in unmarshal() local
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 1011 const int preCorrW, const int preCorrH, const int xMin, const int yMin) { in unDistortWithinPreCorrArray() 1026 const int preCorrW, const int preCorrH, const int xMin, const int yMin){ in boxWithinPrecorrectionArray() 1077 const int xMin, const int yMin){ in scaledBoxWithinPrecorrectionArray() 1092 const int preCorrW, const int preCorrH, const int xMin, const int yMin, in findPostCorrectionScale() 1115 float cx, float cy, float f, int preCorrW, int preCorrH, int xMin = 0, int yMin = 0) { in normalizeLensDistortion()
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/ |
D | BackDropperFilter.java | 932 float xMin = 0.f, xWidth = 1.f, yMin = 0.f, yWidth = 1.f; in updateBgScaling() local
|