summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2019-01-28 22:21:52 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-01-28 22:21:52 +0000
commitf5913f812a75f114f50cb320d1574a144249471b (patch)
treeccfdb7a8bf27d7f22f8c4f2c69986442370b8b19 /graphics
parent15b23e98bd239d9e549c908ae3f1e08743574a80 (diff)
parent5f103998ffd9e6af55c19c00af424b0b87338c36 (diff)
downloadandroid_hardware_interfaces-f5913f812a75f114f50cb320d1574a144249471b.tar.gz
android_hardware_interfaces-f5913f812a75f114f50cb320d1574a144249471b.tar.bz2
android_hardware_interfaces-f5913f812a75f114f50cb320d1574a144249471b.zip
Merge "Camera: Add dynamic depth tags and dataspace"
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 {