summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorEmilian Peev <epeev@google.com>2019-01-04 13:01:05 +0000
committerEmilian Peev <epeev@google.com>2019-01-27 20:06:11 -0800
commit5f103998ffd9e6af55c19c00af424b0b87338c36 (patch)
tree39ec9554dae6b95bfc4f73d86d7ca50e14b7dad9 /graphics
parent543d779efa20cbdec9755489c47feb144b793d9a (diff)
downloadandroid_hardware_interfaces-5f103998ffd9e6af55c19c00af424b0b87338c36.tar.gz
android_hardware_interfaces-5f103998ffd9e6af55c19c00af424b0b87338c36.tar.bz2
android_hardware_interfaces-5f103998ffd9e6af55c19c00af424b0b87338c36.zip
Camera: Add dynamic depth tags and dataspace
Add necessary metadata tags for supporting dynamic depth streams. Includes minor gfx fix which should help eliminate build errors after HIDL header autogen. Bug: 109735087 Test: vts-tradefed run commandAndExit vts --skip-all-system-status-check --skip-preconditions --module VtsHalCameraProviderV2_4Target -l INFO Change-Id: Ia476b195095ae7a29bc740174331dfbfdaa6d320
Diffstat (limited to 'graphics')
-rw-r--r--graphics/common/1.2/types.hal7
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/common/1.2/types.hal b/graphics/common/1.2/types.hal
index c9c3aeb97..3da617634 100644
--- a/graphics/common/1.2/types.hal
+++ b/graphics/common/1.2/types.hal
@@ -42,6 +42,13 @@ enum Dataspace : @1.1::Dataspace {
* Use full range, sRGB transfer and BT2020 standard
*/
DISPLAY_BT2020 = STANDARD_BT2020 | TRANSFER_SRGB | RANGE_FULL,
+
+ /**
+ * ISO 16684-1:2011(E)
+ *
+ * Embedded depth metadata following the dynamic depth specification.
+ */
+ DYNAMIC_DEPTH = 0x1002,
};
enum ColorMode : @1.1::ColorMode {