Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DTonemapCurve.java63 public static final int POINT_SIZE = 2; field in TonemapCurve
110 checkArgumentArrayLengthDivisibleBy(red, POINT_SIZE, "red"); in TonemapCurve()
111 checkArgumentArrayLengthDivisibleBy(green, POINT_SIZE, "green"); in TonemapCurve()
112 checkArgumentArrayLengthDivisibleBy(blue, POINT_SIZE, "blue"); in TonemapCurve()
167 return getCurve(colorChannel).length / POINT_SIZE; in getPointCount()
196 final float pIn = curve[index * POINT_SIZE + OFFSET_POINT_IN]; in getPoint()
197 final float pOut = curve[index * POINT_SIZE + OFFSET_POINT_OUT]; in getPoint()
237 if (destination.length + offset < getPointCount(colorChannel) * POINT_SIZE) { in copyColorCurve()
313 int pointCount = curve.length / POINT_SIZE; in curveToString()
343 private final static int MIN_CURVE_LENGTH = TONEMAP_MIN_CURVE_POINTS * POINT_SIZE;
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java1053 curve[i] = new float[pointCount * TonemapCurve.POINT_SIZE]; in setTonemapCurve()
/frameworks/base/api/
Dcurrent.txt13863 field public static final int POINT_SIZE = 2; // 0x2
Dsystem-current.txt14205 field public static final int POINT_SIZE = 2; // 0x2