Searched refs:TONEMAP_CURVE_BLUE (Results 1 – 4 of 4) sorted by relevance
4333 public static final Key<float[]> TONEMAP_CURVE_BLUE = field in CaptureResult
3032 public static final Key<float[]> TONEMAP_CURVE_BLUE = field in CaptureRequest
1318 float[] blue = getBase(CaptureRequest.TONEMAP_CURVE_BLUE); in getTonemapCurve()1511 setBase(CaptureRequest.TONEMAP_CURVE_BLUE, curve[2]); in setTonemapCurve()
1081 float[] blueOut = mMetadata.get(CaptureResult.TONEMAP_CURVE_BLUE); in testReadWriteOverride()