summaryrefslogtreecommitdiff
path: root/headers
diff options
context:
space:
mode:
author Baoli Yan <baoli.yan@dolby.com> 2021-12-20 22:36:49 -0500
committer Lajos Molnar <lajos@google.com> 2022-01-26 09:34:08 -0800
commitb397b83bcc5b9670a12cd33a82b6716b1e9b8b08 (patch)
treece1ebb7365af3ff0877dbb178585f407d92428fe /headers
parent69ff6776269e2860b981822791282167a26a9707 (diff)
Update to Dolby Vision Levels
added uhd120,8k30,8k60 Change-Id: I8930eb215a52d9f75924a3df3ca197dc96093276
Diffstat (limited to 'headers')
-rw-r--r--headers/media_plugin/media/openmax/OMX_VideoExt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/headers/media_plugin/media/openmax/OMX_VideoExt.h b/headers/media_plugin/media/openmax/OMX_VideoExt.h
index e65b224a20..4746bc3c9d 100644
--- a/headers/media_plugin/media/openmax/OMX_VideoExt.h
+++ b/headers/media_plugin/media/openmax/OMX_VideoExt.h
@@ -318,6 +318,9 @@ typedef enum OMX_VIDEO_DOLBYVISIONLEVELTYPE {
OMX_VIDEO_DolbyVisionLevelUhd30 = 0x40,
OMX_VIDEO_DolbyVisionLevelUhd48 = 0x80,
OMX_VIDEO_DolbyVisionLevelUhd60 = 0x100,
+ OMX_VIDEO_DolbyVisionLevelUhd120 = 0x200,
+ OMX_VIDEO_DolbyVisionLevel8k30 = 0x400,
+ OMX_VIDEO_DolbyVisionLevel8k60 = 0x800,
OMX_VIDEO_DolbyVisionLevelmax = 0x7FFFFFFF
} OMX_VIDEO_DOLBYVISIONLEVELTYPE;