Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/camera2/params/
H A DTonemapCurve.java65 public static final int POINT_SIZE = 2; field in TonemapCurve
112 checkArgumentArrayLengthDivisibleBy(red, POINT_SIZE, "red"); in TonemapCurve()
113 checkArgumentArrayLengthDivisibleBy(green, POINT_SIZE, "green"); in TonemapCurve()
114 checkArgumentArrayLengthDivisibleBy(blue, POINT_SIZE, "blue"); in TonemapCurve()
169 return getCurve(colorChannel).length / POINT_SIZE; in getPointCount()
198 final float pIn = curve[index * POINT_SIZE + OFFSET_POINT_IN]; in getPoint()
199 final float pOut = curve[index * POINT_SIZE + OFFSET_POINT_OUT]; in getPoint()
236 if (destination.length + offset < getPointCount(colorChannel) * POINT_SIZE) { in copyColorCurve()
312 int pointCount = curve.length / POINT_SIZE; in curveToString()
342 private final static int MIN_CURVE_LENGTH = TONEMAP_MIN_CURVE_POINTS * POINT_SIZE;
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java1820 curve[i] = new float[pointCount * TonemapCurve.POINT_SIZE]; in setTonemapCurve()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt18858 field public static final int POINT_SIZE = 2; // 0x2
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt13170 field public static final int POINT_SIZE = 2; // 0x2