OSDN Git Service

Add new Dolby Vision Profile types
authorPrevir Rangroo <prang@dolby.com>
Thu, 29 Jun 2017 07:26:42 +0000 (17:26 +1000)
committerRobert Shih <robertshih@google.com>
Fri, 21 Jul 2017 18:24:04 +0000 (18:24 +0000)
Test: build

Change-Id: Ie18b3ea536fc0b95ddb3c6c89b4f2643c94979fa
Signed-off-by: Previr Rangroo <prang@dolby.com>
headers/media_plugin/media/openmax/OMX_VideoExt.h

index 128dd2d..79ddb76 100644 (file)
@@ -290,6 +290,8 @@ typedef enum OMX_VIDEO_DOLBYVISIONPROFILETYPE {
     OMX_VIDEO_DolbyVisionProfileDvheStn = 0x20,
     OMX_VIDEO_DolbyVisionProfileDvheDth = 0x40,
     OMX_VIDEO_DolbyVisionProfileDvheDtb = 0x80,
+    OMX_VIDEO_DolbyVisionProfileDvheSt  = 0x100,
+    OMX_VIDEO_DolbyVisionProfileDvavSe  = 0x200,
     OMX_VIDEO_DolbyVisionProfileMax     = 0x7FFFFFFF
 } OMX_VIDEO_DOLBYVISIONPROFILETYPE;