From fba08dd9b4ecd8cb49d69d7537dce220996ec641 Mon Sep 17 00:00:00 2001
From: Yin-Chia Yeh
This includes all FULL level devices.
*Range of valid values: Color correction processing operates at improved
- * quality but reduced capture rate (relative to sensor raw
- * output).
diff --git a/core/java/android/hardware/camera2/CameraMetadata.java b/core/java/android/hardware/camera2/CameraMetadata.java
index 7f901c83dac07..85c574aa136f3 100644
--- a/core/java/android/hardware/camera2/CameraMetadata.java
+++ b/core/java/android/hardware/camera2/CameraMetadata.java
@@ -852,8 +852,8 @@ public abstract class CameraMetadata
Advanced white balance adjustments above and beyond * the specified white balance pipeline may be applied.
*If AWB is enabled with Aberration correction operates at improved quality but reduced
- * capture rate (relative to sensor raw output). Aberration correction operates at improved quality but the capture rate might be
+ * reduced (relative to sensor raw output rate) Apply high-quality edge enhancement, at a cost of reducing output frame rate. Apply high-quality edge enhancement, at a cost of possibly reduced output frame rate. High-quality hot pixel correction is applied, at a cost
- * of reducing frame rate relative to sensor raw output.{@link CaptureRequest#CONTROL_AWB_MODE android.control.awbMode} != OFF, then
@@ -883,8 +883,8 @@ public abstract class CameraMetadata
The hotpixel map may be returned in {@link CaptureResult#STATISTICS_HOT_PIXEL_MAP android.statistics.hotPixelMap}.
* * @see CaptureResult#STATISTICS_HOT_PIXEL_MAP @@ -1894,8 +1894,8 @@ public abstract class CameraMetadataHigh-quality noise reduction is applied, at the cost of reducing frame rate - * relative to sensor output.
+ *High-quality noise reduction is applied, at the cost of possibly reduced frame + * rate relative to sensor output.
* @see CaptureRequest#NOISE_REDUCTION_MODE */ public static final int NOISE_REDUCTION_MODE_HIGH_QUALITY = 2; @@ -2032,7 +2032,7 @@ public abstract class CameraMetadataApply high-quality lens shading correction, at the - * cost of reduced frame rate.
+ * cost of possibly reduced frame rate. * @see CaptureRequest#SHADING_MODE */ public static final int SHADING_MODE_HIGH_QUALITY = 2; @@ -2105,7 +2105,7 @@ public abstract class CameraMetadataHigh-quality gamma mapping and color enhancement will be applied, at - * the cost of reduced frame rate compared to raw sensor output.
+ * the cost of possibly reduced frame rate compared to raw sensor output. * @see CaptureRequest#TONEMAP_MODE */ public static final int TONEMAP_MODE_HIGH_QUALITY = 2;