diff options
author | Bharatt Kukreja <bkukreja@google.com> | 2023-06-19 19:36:54 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2023-06-19 19:36:54 +0000 |
commit | b082ae031f0ce63a61ffae676f62766c27e9f8f9 (patch) | |
tree | b7b6aca9d95b40e871c7adc57ea44736f31539f8 | |
parent | 0f1628e1ac6510d975f98073c2c0abcb350dedbd (diff) | |
parent | 3e4fbc9a22969c4e2dbe7e689d1786b5c31ed5ad (diff) |
Merge "Camera: Add links to mandatory stream combination tables" into udc-dev
-rw-r--r-- | camera/metadata/aidl/android/hardware/camera/metadata/CameraMetadataTag.aidl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camera/metadata/aidl/android/hardware/camera/metadata/CameraMetadataTag.aidl b/camera/metadata/aidl/android/hardware/camera/metadata/CameraMetadataTag.aidl index 671d69d7b7..56aa690777 100644 --- a/camera/metadata/aidl/android/hardware/camera/metadata/CameraMetadataTag.aidl +++ b/camera/metadata/aidl/android/hardware/camera/metadata/CameraMetadataTag.aidl @@ -2282,8 +2282,8 @@ enum CameraMetadataTag { * * <p>Whether this camera device can support identical set of stream combinations * involving HEIC image format, compared to the - * <a href="https://developer.android.com/reference/android/hardware/camera2/CameraDevice.html#createCaptureSession">table of combinations</a> - * involving JPEG image format required for the device's hardware level and capabilities.</p> + * <a href="https://developer.android.com/reference/android/hardware/camera2/CameraDevice.html#legacy-level-guaranteed-configurations">table of combinations</a> involving JPEG image format required for the device's hardware + * level and capabilities.</p> */ ANDROID_HEIC_INFO_SUPPORTED = CameraMetadataSectionStart.ANDROID_HEIC_INFO_START, /** |