Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5183b486 authored by Jayant Chowdhary's avatar Jayant Chowdhary
Browse files

camera: Fix ZOOM_METHOD doc



Bug: N/A

Test: build

Flag: EXEMPT; bug fix

Change-Id: Ib052de0cedb28fbc8e371f365873a1bc2afb5d79
Signed-off-by: default avatarJayant Chowdhary <jchowdhary@google.com>
parent 49dc70da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2692,7 +2692,7 @@ public final class CaptureRequest extends CameraMetadata<CaptureRequest.Key<?>>
     * to control zoom levels.</p>
     * <p>If set to AUTO, the camera device detects which capture request key the application uses
     * to do zoom, {@link CaptureRequest#SCALER_CROP_REGION android.scaler.cropRegion} or {@link CaptureRequest#CONTROL_ZOOM_RATIO android.control.zoomRatio}. If
     * the application doesn't set android.scaler.zoomRatio or sets it to 1.0 in the capture
     * the application doesn't set {@link CaptureRequest#CONTROL_ZOOM_RATIO android.control.zoomRatio} or sets it to 1.0 in the capture
     * request, the effective zoom level is reflected in {@link CaptureRequest#SCALER_CROP_REGION android.scaler.cropRegion} in capture
     * results. If {@link CaptureRequest#CONTROL_ZOOM_RATIO android.control.zoomRatio} is set to values other than 1.0, the effective
     * zoom level is reflected in {@link CaptureRequest#CONTROL_ZOOM_RATIO android.control.zoomRatio}. AUTO is the default value
+1 −1
Original line number Diff line number Diff line
@@ -2921,7 +2921,7 @@ public class CaptureResult extends CameraMetadata<CaptureResult.Key<?>> {
     * to control zoom levels.</p>
     * <p>If set to AUTO, the camera device detects which capture request key the application uses
     * to do zoom, {@link CaptureRequest#SCALER_CROP_REGION android.scaler.cropRegion} or {@link CaptureRequest#CONTROL_ZOOM_RATIO android.control.zoomRatio}. If
     * the application doesn't set android.scaler.zoomRatio or sets it to 1.0 in the capture
     * the application doesn't set {@link CaptureRequest#CONTROL_ZOOM_RATIO android.control.zoomRatio} or sets it to 1.0 in the capture
     * request, the effective zoom level is reflected in {@link CaptureRequest#SCALER_CROP_REGION android.scaler.cropRegion} in capture
     * results. If {@link CaptureRequest#CONTROL_ZOOM_RATIO android.control.zoomRatio} is set to values other than 1.0, the effective
     * zoom level is reflected in {@link CaptureRequest#CONTROL_ZOOM_RATIO android.control.zoomRatio}. AUTO is the default value