summaryrefslogtreecommitdiff
path: root/mm-core/inc
diff options
context:
space:
mode:
authorUmesh Pandey <umeshp@codeaurora.org>2016-11-28 16:28:25 -0800
committerUmesh Pandey <umeshp@codeaurora.org>2016-11-30 17:25:06 -0800
commit3449b4c856c311a928127250cde126252ec6ffc7 (patch)
treef9d00c5d3a7fc7f46fec62f317f26a85071ba799 /mm-core/inc
parentf59e120fe52910b6dc179d018e565417983814a3 (diff)
downloadmedia-3449b4c856c311a928127250cde126252ec6ffc7.tar.gz
mm-video-v4l2: vdec: Support for HEVCMain10HDR10 profile
The OMX client also expects HEVCMain10HDR10 profile as a profile supported by hardware apart from HEVCMain10 for E2E HDR playback. CRs-Fixed: 1094896 Change-Id: I69605afbb2136b1c3881d4e1ff7cdc23ac59d511
Diffstat (limited to 'mm-core/inc')
-rw-r--r--mm-core/inc/OMX_VideoExt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mm-core/inc/OMX_VideoExt.h b/mm-core/inc/OMX_VideoExt.h
index 8abe5e4d..79561c5c 100644
--- a/mm-core/inc/OMX_VideoExt.h
+++ b/mm-core/inc/OMX_VideoExt.h
@@ -112,6 +112,8 @@ typedef struct OMX_VIDEO_VP8REFERENCEFRAMEINFOTYPE {
typedef enum OMX_VIDEO_HEVCPROFILETYPE {
OMX_VIDEO_HEVCProfileMain = 0x01,
OMX_VIDEO_HEVCProfileMain10 = 0x02,
+ // Main10 profile with HDR SEI support.
+ OMX_VIDEO_HEVCProfileMain10HDR10 = 0x1000,
OMX_VIDEO_HEVCProfileUnknown = 0x6EFFFFFF,
OMX_VIDEO_HEVCProfileMax = 0x7FFFFFFF
} OMX_VIDEO_HEVCPROFILETYPE;