summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
author Marco Nelissen <marcone@google.com> 2013-01-29 18:30:41 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2013-01-29 18:30:41 +0000
commitd8d9c5b89bd4e9c2fc808e979a5e2d9e7fadcdd1 (patch)
tree9e0719f49d138b11ba710e7e57f5bfafdf79a276 /include
parent64c8be07878a6a110e5386c5f789fa9db51c5746 (diff)
parent62b40b35358910315be9ea44520ad6403d0023f6 (diff)
Merge "Add new format constant"
Diffstat (limited to 'include')
-rw-r--r--include/media/openmax/OMX_IVCommon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/openmax/OMX_IVCommon.h b/include/media/openmax/OMX_IVCommon.h
index effbaaebe1..85bf00df60 100644
--- a/include/media/openmax/OMX_IVCommon.h
+++ b/include/media/openmax/OMX_IVCommon.h
@@ -160,6 +160,7 @@ typedef enum OMX_COLOR_FORMATTYPE {
OMX_TI_COLOR_FormatYUV420PackedSemiPlanar = 0x7F000100,
OMX_QCOM_COLOR_FormatYVU420SemiPlanar = 0x7FA30C00,
OMX_QCOM_COLOR_FormatYUV420PackedSemiPlanar64x32Tile2m8ka = 0x7FA30C03,
+ OMX_SEC_COLOR_FormatNV12Tiled = 0x7FC00002,
OMX_COLOR_FormatMax = 0x7FFFFFFF
} OMX_COLOR_FORMATTYPE;