From f383cffab2cb929662fdccd98521c89934056384 Mon Sep 17 00:00:00 2001 From: Emilian Peev Date: Mon, 7 Aug 2023 21:04:53 +0000 Subject: [PATCH] [DOC UPDATE] Refine extension strength default Allow extension implementations to control the strength default value. Bug: 286509517 Test: Successful build Change-Id: I2ce1b68a5ea6ea3dcde7bae37c9389bd7ddb6287 --- core/java/android/hardware/camera2/CaptureRequest.java | 9 +++++---- core/java/android/hardware/camera2/CaptureResult.java | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/core/java/android/hardware/camera2/CaptureRequest.java b/core/java/android/hardware/camera2/CaptureRequest.java index 3a660812fd24a..7838756d1df1b 100644 --- a/core/java/android/hardware/camera2/CaptureRequest.java +++ b/core/java/android/hardware/camera2/CaptureRequest.java @@ -4193,9 +4193,8 @@ public final class CaptureRequest extends CameraMetadata> *

This control allows Camera extension clients to configure the strength of the applied * extension effect. Strength equal to 0 means that the extension must not apply any * post-processing and return a regular captured frame. Strength equal to 100 is the - * default level of post-processing applied when the control is not supported or not set - * by the client. Values between 0 and 100 will have different effect depending on the - * extension type as described below:

+ * maximum level of post-processing. Values between 0 and 100 will have different effect + * depending on the extension type as described below:

*