diff --git a/core/java/android/hardware/camera2/CameraCharacteristics.java b/core/java/android/hardware/camera2/CameraCharacteristics.java index b5fd302f32e1e..c546fce6b86d7 100644 --- a/core/java/android/hardware/camera2/CameraCharacteristics.java +++ b/core/java/android/hardware/camera2/CameraCharacteristics.java @@ -227,9 +227,9 @@ public final class CameraCharacteristics extends CameraMetadata { * which enables application control of white balance, by using * {@link CaptureRequest#COLOR_CORRECTION_TRANSFORM android.colorCorrection.transform} and {@link CaptureRequest#COLOR_CORRECTION_GAINS android.colorCorrection.gains}({@link CaptureRequest#COLOR_CORRECTION_MODE android.colorCorrection.mode} must be set to TRANSFORM_MATRIX).
* - * @see CaptureRequest#CONTROL_AWB_MODE - * @see CaptureRequest#COLOR_CORRECTION_MODE * @see CaptureRequest#COLOR_CORRECTION_TRANSFORM + * @see CaptureRequest#COLOR_CORRECTION_MODE + * @see CaptureRequest#CONTROL_AWB_MODE * @see CaptureRequest#COLOR_CORRECTION_GAINS */ public static final KeySupported resolutions for the JPEG thumbnail
- *Below condiditions must be satisfied for this size list:
+ *Below condiditions will be satisfied for this size list:
*Overall mode of 3A control * routines
*High-level 3A control. When set to OFF, all 3A control - * by the HAL is disabled. The application must set the fields for + * by the camera device is disabled. The application must set the fields for * capture parameters itself.
*When set to AUTO, the individual algorithm controls in * android.control.* are in effect, such as {@link CaptureRequest#CONTROL_AF_MODE android.control.afMode}.
*When set to USE_SCENE_MODE, the individual controls in - * android.control.* are mostly disabled, and the HAL implements + * android.control.* are mostly disabled, and the camera device implements * one of the scene mode settings (such as ACTION, SUNSET, or PARTY) - * as it wishes. The HAL scene mode 3A settings are provided by + * as it wishes. The camera device scene mode 3A settings are provided by * android.control.sceneModeOverrides.
* * @see CaptureRequest#CONTROL_AF_MODE @@ -747,10 +747,10 @@ public final class CaptureRequest extends CameraMetadata implements Parcelable { * enhancement *Edge/sharpness/detail enhancement. OFF means no * enhancement will be applied by the HAL.
- *FAST/HIGH_QUALITY both mean HAL-determined enhancement + *
FAST/HIGH_QUALITY both mean camera device determined enhancement * will be applied. HIGH_QUALITY mode indicates that the - * HAL should use the highest-quality enhancement algorithms, - * even if it slows down capture rate. FAST means the HAL should + * camera device will use the highest-quality enhancement algorithms, + * even if it slows down capture rate. FAST means the camera device will * not slow down capture rate when applying edge enhancement.
* @see #EDGE_MODE_OFF * @see #EDGE_MODE_FAST @@ -813,8 +813,8 @@ public final class CaptureRequest extends CameraMetadata implements Parcelable { /** *Resolution of embedded JPEG thumbnail
- *When set to (0, 0) value, the JPEG EXIF must not contain thumbnail, - * but the captured JPEG must still be a valid image.
+ *When set to (0, 0) value, the JPEG EXIF will not contain thumbnail, + * but the captured JPEG will still be a valid image.
*When a jpeg image capture is issued, the thumbnail size selected should have * the same aspect ratio as the jpeg image.
*/ @@ -839,9 +839,9 @@ public final class CaptureRequest extends CameraMetadata implements Parcelable { * auto-exposure algorithm, the overridden values are then provided * back to the user in the corresponding result. * - * @see CameraCharacteristics#LENS_INFO_AVAILABLE_APERTURES - * @see CaptureRequest#SENSOR_EXPOSURE_TIME * @see CaptureRequest#SENSOR_SENSITIVITY + * @see CaptureRequest#SENSOR_EXPOSURE_TIME + * @see CameraCharacteristics#LENS_INFO_AVAILABLE_APERTURES * @see CaptureRequest#CONTROL_AE_MODE */ public static final KeyNoise filtering control. OFF means no noise reduction * will be applied by the HAL.
- *FAST/HIGH_QUALITY both mean HAL-determined noise filtering - * will be applied. HIGH_QUALITY mode indicates that the HAL - * should use the highest-quality noise filtering algorithms, - * even if it slows down capture rate. FAST means the HAL should not + *
FAST/HIGH_QUALITY both mean camera device determined noise filtering + * will be applied. HIGH_QUALITY mode indicates that the camera device + * will use the highest-quality noise filtering algorithms, + * even if it slows down capture rate. FAST means the camera device should not * slow down capture rate when applying noise filtering.
* @see #NOISE_REDUCTION_MODE_OFF * @see #NOISE_REDUCTION_MODE_FAST @@ -1009,8 +1009,8 @@ public final class CaptureRequest extends CameraMetadata implements Parcelable { * channel, to use when {@link CaptureRequest#TONEMAP_MODE android.tonemap.mode} is CONTRAST_CURVE. *See {@link CaptureRequest#TONEMAP_CURVE_RED android.tonemap.curveRed} for more details.
* - * @see CaptureRequest#TONEMAP_MODE * @see CaptureRequest#TONEMAP_CURVE_RED + * @see CaptureRequest#TONEMAP_MODE */ public static final KeySee {@link CaptureRequest#TONEMAP_CURVE_RED android.tonemap.curveRed} for more details.
* - * @see CaptureRequest#TONEMAP_MODE * @see CaptureRequest#TONEMAP_CURVE_RED + * @see CaptureRequest#TONEMAP_MODE */ public static final KeyOverall mode of 3A control * routines
*High-level 3A control. When set to OFF, all 3A control - * by the HAL is disabled. The application must set the fields for + * by the camera device is disabled. The application must set the fields for * capture parameters itself.
*When set to AUTO, the individual algorithm controls in * android.control.* are in effect, such as {@link CaptureRequest#CONTROL_AF_MODE android.control.afMode}.
*When set to USE_SCENE_MODE, the individual controls in - * android.control.* are mostly disabled, and the HAL implements + * android.control.* are mostly disabled, and the camera device implements * one of the scene mode settings (such as ACTION, SUNSET, or PARTY) - * as it wishes. The HAL scene mode 3A settings are provided by + * as it wishes. The camera device scene mode 3A settings are provided by * android.control.sceneModeOverrides.
* * @see CaptureRequest#CONTROL_AF_MODE @@ -418,10 +418,10 @@ public final class CaptureResult extends CameraMetadata { * enhancement *Edge/sharpness/detail enhancement. OFF means no * enhancement will be applied by the HAL.
- *FAST/HIGH_QUALITY both mean HAL-determined enhancement + *
FAST/HIGH_QUALITY both mean camera device determined enhancement * will be applied. HIGH_QUALITY mode indicates that the - * HAL should use the highest-quality enhancement algorithms, - * even if it slows down capture rate. FAST means the HAL should + * camera device will use the highest-quality enhancement algorithms, + * even if it slows down capture rate. FAST means the camera device will * not slow down capture rate when applying edge enhancement.
* @see #EDGE_MODE_OFF * @see #EDGE_MODE_FAST @@ -495,8 +495,8 @@ public final class CaptureResult extends CameraMetadata { /** *Resolution of embedded JPEG thumbnail
- *When set to (0, 0) value, the JPEG EXIF must not contain thumbnail, - * but the captured JPEG must still be a valid image.
+ *When set to (0, 0) value, the JPEG EXIF will not contain thumbnail, + * but the captured JPEG will still be a valid image.
*When a jpeg image capture is issued, the thumbnail size selected should have * the same aspect ratio as the jpeg image.
*/ @@ -521,9 +521,9 @@ public final class CaptureResult extends CameraMetadata { * auto-exposure algorithm, the overridden values are then provided * back to the user in the corresponding result. * - * @see CameraCharacteristics#LENS_INFO_AVAILABLE_APERTURES * @see CaptureRequest#SENSOR_SENSITIVITY * @see CaptureRequest#SENSOR_EXPOSURE_TIME + * @see CameraCharacteristics#LENS_INFO_AVAILABLE_APERTURES * @see CaptureRequest#CONTROL_AE_MODE */ public static final KeyNoise filtering control. OFF means no noise reduction * will be applied by the HAL.
- *FAST/HIGH_QUALITY both mean HAL-determined noise filtering - * will be applied. HIGH_QUALITY mode indicates that the HAL - * should use the highest-quality noise filtering algorithms, - * even if it slows down capture rate. FAST means the HAL should not + *
FAST/HIGH_QUALITY both mean camera device determined noise filtering + * will be applied. HIGH_QUALITY mode indicates that the camera device + * will use the highest-quality noise filtering algorithms, + * even if it slows down capture rate. FAST means the camera device should not * slow down capture rate when applying noise filtering.
* @see #NOISE_REDUCTION_MODE_OFF * @see #NOISE_REDUCTION_MODE_FAST @@ -818,8 +818,8 @@ public final class CaptureResult extends CameraMetadata { * image of a gray wall (using bicubic interpolation for visual quality) as captured by the sensor gives: *
See {@link CaptureRequest#TONEMAP_CURVE_RED android.tonemap.curveRed} for more details.
* - * @see CaptureRequest#TONEMAP_MODE * @see CaptureRequest#TONEMAP_CURVE_RED + * @see CaptureRequest#TONEMAP_MODE */ public static final KeySee {@link CaptureRequest#TONEMAP_CURVE_RED android.tonemap.curveRed} for more details.
* - * @see CaptureRequest#TONEMAP_MODE * @see CaptureRequest#TONEMAP_CURVE_RED + * @see CaptureRequest#TONEMAP_MODE */ public static final Key