summaryrefslogtreecommitdiffstats
path: root/include/media/openmax
diff options
context:
space:
mode:
authorRom Lemarchand <romlem@google.com>2013-04-10 16:59:36 -0700
committerRom Lemarchand <romlem@google.com>2013-04-11 10:30:27 -0700
commit1bc7e2f6dd78499f8ad469c54e200edb654acc67 (patch)
treea9d78142d9e1d51d3892c8c097b2dc7e8ac8a96d /include/media/openmax
parent91f056e4a9d22de4526bbcd0fd183e5c763dde39 (diff)
downloadframeworks_native-1bc7e2f6dd78499f8ad469c54e200edb654acc67.zip
frameworks_native-1bc7e2f6dd78499f8ad469c54e200edb654acc67.tar.gz
frameworks_native-1bc7e2f6dd78499f8ad469c54e200edb654acc67.tar.bz2
Add support for OMX_QCOM_COLOR_FormatYUV420PackedSemiPlanar32m color format
Change-Id: I9392eb961ec92d4d778573b7a142344e552c80d6
Diffstat (limited to 'include/media/openmax')
-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 85bf00d..96a4396 100644
--- a/include/media/openmax/OMX_IVCommon.h
+++ b/include/media/openmax/OMX_IVCommon.h
@@ -161,6 +161,7 @@ typedef enum OMX_COLOR_FORMATTYPE {
OMX_QCOM_COLOR_FormatYVU420SemiPlanar = 0x7FA30C00,
OMX_QCOM_COLOR_FormatYUV420PackedSemiPlanar64x32Tile2m8ka = 0x7FA30C03,
OMX_SEC_COLOR_FormatNV12Tiled = 0x7FC00002,
+ OMX_QCOM_COLOR_FormatYUV420PackedSemiPlanar32m = 0x7FA30C04,
OMX_COLOR_FormatMax = 0x7FFFFFFF
} OMX_COLOR_FORMATTYPE;