From 02d4085c6508361d12de000f0ebf2bde7253c519 Mon Sep 17 00:00:00 2001
From: Jayant Chowdhary
Date: Thu, 9 Feb 2023 21:26:26 +0000
Subject: [PATCH] camera2: Fix docs for mandatory stream combinations.
- SCALER_MANDATORY_PREVIEW_STABILIZATION_OUTPUT_STREAM_COMBINATIONS
- SCALER_MANDATORY_TEN_BIT_OUTPUT_STREAM_COMBINATIONS
Test: build
Change-Id: I2c387ade6593f23948ff61efca212cc4c767b9da
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 98a8cbd8a73cc..cff5591797819 100644
--- a/core/java/android/hardware/camera2/CameraCharacteristics.java
+++ b/core/java/android/hardware/camera2/CameraCharacteristics.java
@@ -3463,7 +3463,7 @@ public final class CameraCharacteristics extends CameraMetadataAn array of mandatory stream combinations which are applicable when device support the
* 10-bit output capability
* {@link android.hardware.camera2.CameraCharacteristics#REQUEST_AVAILABLE_CAPABILITIES_DYNAMIC_RANGE_TEN_BIT }
- * This is an app-readable conversion of the maximum resolution mandatory stream combination
+ * This is an app-readable conversion of the 10 bit output mandatory stream combination
* {@link android.hardware.camera2.CameraDevice#createCaptureSession tables}.
* The array of
* {@link android.hardware.camera2.params.MandatoryStreamCombination combinations} is
@@ -3488,7 +3488,7 @@ public final class CameraCharacteristics extends CameraMetadataAn array of mandatory stream combinations which are applicable when device lists
* {@code PREVIEW_STABILIZATION} in {@link CameraCharacteristics#CONTROL_AVAILABLE_VIDEO_STABILIZATION_MODES android.control.availableVideoStabilizationModes}.
- * This is an app-readable conversion of the maximum resolution mandatory stream combination
+ * This is an app-readable conversion of the preview stabilization mandatory stream combination
* {@link android.hardware.camera2.CameraDevice#createCaptureSession tables}.
* The array of
* {@link android.hardware.camera2.params.MandatoryStreamCombination combinations} is