Skip to content
Snippets Groups Projects
Commit b397b83b authored by Baoli Yan's avatar Baoli Yan Committed by Lajos Molnar
Browse files

Update to Dolby Vision Levels

 added uhd120,8k30,8k60

Change-Id: I8930eb215a52d9f75924a3df3ca197dc96093276
parent 69ff6776
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment