From 222f878c0a6d3abc03f5b77f90c03b50b0625080 Mon Sep 17 00:00:00 2001 From: Jayant Chowdhary Date: Mon, 26 Oct 2020 15:56:18 -0700 Subject: [PATCH] Fix minor typos in CameraCharacteristics documentation. Test: builds Change-Id: I76dcdecbbe27be44f6e8a1a8e11d9399c5e0d32a Signed-off-by: Jayant Chowdhary --- core/java/android/hardware/camera2/CameraCharacteristics.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/hardware/camera2/CameraCharacteristics.java b/core/java/android/hardware/camera2/CameraCharacteristics.java index 2efec3fa2ec16..62df92e656d63 100644 --- a/core/java/android/hardware/camera2/CameraCharacteristics.java +++ b/core/java/android/hardware/camera2/CameraCharacteristics.java @@ -1180,7 +1180,7 @@ public final class CameraCharacteristics extends CameraMetadataThe list of extended scene modes for {@link CaptureRequest#CONTROL_EXTENDED_SCENE_MODE android.control.extendedSceneMode} that * are supported by this camera device, and each extended scene mode's capabilities such * as maximum streaming size, and supported zoom ratio ranges.

- *

For DISABLED mode, the camera behaves normally with no extended scene mdoe enabled.

+ *

For DISABLED mode, the camera behaves normally with no extended scene mode enabled.

*

For BOKEH_STILL_CAPTURE mode, the maximum streaming dimension specifies the limit * under which bokeh is effective when capture intent is PREVIEW. Note that when capture * intent is PREVIEW, the bokeh effect may not be as high quality compared to STILL_CAPTURE @@ -3164,7 +3164,7 @@ public final class CameraCharacteristics extends CameraMetadata *

E.g. to calculate position of a pixel, (x,y), in a processed YUV output image with the * dimensions in {@link CameraCharacteristics#SENSOR_INFO_ACTIVE_ARRAY_SIZE android.sensor.info.activeArraySize} given the position of a pixel, - * (x', y'), in the raw pixel array with dimensions give in + * (x', y'), in the raw pixel array with dimensions given in * {@link CameraCharacteristics#SENSOR_INFO_PIXEL_ARRAY_SIZE android.sensor.info.pixelArraySize}:

*
    *
  1. Choose a pixel (x', y') within the active array region of the raw buffer given in