summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2015-02-11 09:58:06 -0800
committerThe Android Automerger <android-build@google.com>2015-02-11 14:34:05 -0800
commit52704dd3afe59d038a101b0a1747f66cc5b70496 (patch)
tree67b7f6d4b975951b81e18439d751cc1cd751eaa5
parenta33d7b225e39e3304e211d747f8ba2456879a03e (diff)
downloadframeworks_native-52704dd3afe59d038a101b0a1747f66cc5b70496.zip
frameworks_native-52704dd3afe59d038a101b0a1747f66cc5b70496.tar.gz
frameworks_native-52704dd3afe59d038a101b0a1747f66cc5b70496.tar.bz2
Revert "omx: add Intel's SemiPlanar OMX color format that is used on some devices"
This reverts commit 61b17d64f90b85fd367ea1c7609cac69485957d4. Bug: 19317169 Change-Id: Ib1fcc26c46a52c848ffa8238ddbf6abfe57cfa5d
-rw-r--r--include/media/openmax/OMX_IVCommon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/media/openmax/OMX_IVCommon.h b/include/media/openmax/OMX_IVCommon.h
index cbf0564..a5b9d18 100644
--- a/include/media/openmax/OMX_IVCommon.h
+++ b/include/media/openmax/OMX_IVCommon.h
@@ -165,7 +165,6 @@ 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,