aboutsummaryrefslogtreecommitdiff
path: root/core/inc
diff options
context:
space:
mode:
authorHyunchang Choi <hyunchang.choi@intel.com>2016-03-23 11:01:59 -0700
committerNick Desaulniers <ndesaulniers@google.com>2016-03-30 13:52:29 -0700
commit3e858c34513e6dfba295d3ac4768ce7ef31ceab7 (patch)
tree101b8582892412c4e3ff60f654296e1d3b390407 /core/inc
parent60f918a7a232576e3f77512ba729e4f9ccf49f25 (diff)
downloadwrs_omxil_core-3e858c34513e6dfba295d3ac4768ce7ef31ceab7.tar.gz
media hardening: OMX::allocateBuffer must return protected buffers as native_handles
Make OMX to use native_handles for media hardening bug: 26781087 Change-Id: Ic5746e70d71520ac7a0e90bd7accf31f11259eb4 Signed-off-by: Hyunchang Choi <hyunchang.choi@intel.com>
Diffstat (limited to 'core/inc')
-rwxr-xr-x[-rw-r--r--]core/inc/khronos/openmax/include/OMX_IntelIndexExt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/inc/khronos/openmax/include/OMX_IntelIndexExt.h b/core/inc/khronos/openmax/include/OMX_IntelIndexExt.h
index c96ccb0..9e359ac 100644..100755
--- a/core/inc/khronos/openmax/include/OMX_IntelIndexExt.h
+++ b/core/inc/khronos/openmax/include/OMX_IntelIndexExt.h
@@ -74,6 +74,7 @@ typedef enum OMX_INTELINDEXEXTTYPE {
#ifdef TARGET_HAS_ISV
OMX_IndexExtVppBufferNum, /**<reference: vpp buffer number*/
#endif
+ OMX_IndexExtAllocateNativeHandle, /**<reference: AllocateNativeHandle */
OMX_IntelIndexExtMax = 0x7FFFFFFF
} OMX_INTELINDEXEXTTYPE;