From 222f878c0a6d3abc03f5b77f90c03b50b0625080 Mon Sep 17 00:00:00 2001
From: Jayant Chowdhary
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}:
*