aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Zeng <li.zeng@intel.com>2012-10-27 10:04:06 +0800
committerPatrick Tjin <pattjin@google.com>2014-07-21 22:03:40 -0700
commitdca324a94d747c08021432fa26aea605372a8a88 (patch)
treedb7b4cc92c7bbb48fe7f936321203e55668dc5f6
parentc4fc5005e8dae8353d7c81c4ee7d980f81076323 (diff)
downloadwrs_omxil_core-dca324a94d747c08021432fa26aea605372a8a88.tar.gz
[PORT FROM JBMR0] Add a new flag OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar_Tiled
BZ: 70693 Add a new flag OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar_Tiled Change-Id: I2aab5df1d36c4aa368ac53a3ecf5642c90a80355 Orig-Change-Id: I74bdf4e5cf8c7d29d600e0e099f3fb7d4193458c Signed-off-by: Li Zeng <li.zeng@intel.com> Reviewed-on: http://android.intel.com:8080/83202 Tested-by: Tong, BoX <box.tong@intel.com> Reviewed-by: Tong, BoX <box.tong@intel.com> Reviewed-by: cactus <cactus@intel.com> Tested-by: cactus <cactus@intel.com>
-rw-r--r--core/inc/khronos/openmax/include/OMX_IVCommon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/inc/khronos/openmax/include/OMX_IVCommon.h b/core/inc/khronos/openmax/include/OMX_IVCommon.h
index c0b75ce..930a255 100644
--- a/core/inc/khronos/openmax/include/OMX_IVCommon.h
+++ b/core/inc/khronos/openmax/include/OMX_IVCommon.h
@@ -133,6 +133,7 @@ typedef enum OMX_COLOR_FORMATTYPE {
OMX_COLOR_FormatKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
OMX_COLOR_FormatVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar = 0x7FA00E00,
+ OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar_Tiled = 0x7FA00F00,
OMX_COLOR_FormatMax = 0x7FFFFFFF
} OMX_COLOR_FORMATTYPE;