Home
last modified time | relevance | path

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

/aosp14/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;
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java2009 curve[i] = new float[pointCount * TonemapCurve.POINT_SIZE]; in setTonemapCurve()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt19549 field public static final int POINT_SIZE = 2; // 0x2