diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-07-21 10:19:28 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2023-07-21 10:19:28 +0000 |
commit | e20a8d43bb282aeaec749c9c9ad27a0bb63ff6fa (patch) | |
tree | fbddf8162ceea708cbe7e76416e3cc3839e5c411 | |
parent | 173fe3535c5676ff825735b99ed375f1dc82d391 (diff) | |
parent | 6f26e83e01f99fe2da4e8fb5e33853b866c4c07e (diff) |
Snap for 10539840 from 6f26e83e01f99fe2da4e8fb5e33853b866c4c07e to u-keystone-qcom-release
Change-Id: I5c85558444e51974575290b77f007a227da46133
-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, /** |