summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2015-02-05 18:37:56 -0800
committerLajos Molnar <lajos@google.com>2015-02-06 19:26:50 +0000
commitd25be0ea48c775e4038163b546c9553e294d4fdc (patch)
tree07027eb0d6391678d54f3b0fe08cfa46f3c2cdd6
parentea5da67d90647a1d4b395be51bf9cec218b98b71 (diff)
downloadframeworks_native-d25be0ea48c775e4038163b546c9553e294d4fdc.zip
frameworks_native-d25be0ea48c775e4038163b546c9553e294d4fdc.tar.gz
frameworks_native-d25be0ea48c775e4038163b546c9553e294d4fdc.tar.bz2
DO NOT MERGE: omx: add OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar
This seems to have the same layout as OMX_COLOR_FormatYUV420SemiPlanar, but used under this value on some devices. Bug: 19246722 Change-Id: Ib866024e52cf7b12608f02eefc43c6d58a1c0aa1
-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 a5b9d18..cbf0564 100644
--- a/include/media/openmax/OMX_IVCommon.h
+++ b/include/media/openmax/OMX_IVCommon.h
@@ -165,6 +165,7 @@ typedef enum OMX_COLOR_FORMATTYPE {
OMX_COLOR_FormatYUV420Flexible = 0x7F420888,
OMX_TI_COLOR_FormatYUV420PackedSemiPlanar = 0x7F000100,
+ OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar = 0x7FA00E00,
OMX_QCOM_COLOR_FormatYVU420SemiPlanar = 0x7FA30C00,
OMX_QCOM_COLOR_FormatYUV420PackedSemiPlanar64x32Tile2m8ka = 0x7FA30C03,
OMX_SEC_COLOR_FormatNV12Tiled = 0x7FC00002,