Camera: Add links to mandatory stream combination tables

Bug: 271143048
Test: Documentation change

Change-Id: I570994c084e730750aa5205b7f97c7546d75b58d
This commit is contained in:
Bharatt Kukreja
2023-06-13 22:52:17 +00:00
parent 5df702513f
commit 3e4fbc9a22

View File

@@ -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,
/**