Merge "Camera: Add links to mandatory stream combination tables" into udc-dev am: b082ae031f
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/23680404 Change-Id: Ie8b6336f9f0e03e013ce2b23a42d0a9d071b4319 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
864d021f33
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue