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
commit72d68e0331dd8713192b74db0da5828848b537cb (patch)
tree81f938b8d6d3ddbafd4a415b3a2c98f2a908b269
parentd718bf9db5f01ca73d4245fcc90fe6e538f119e0 (diff)
downloadwrs_omxil_core-72d68e0331dd8713192b74db0da5828848b537cb.tar.gz
[PORT FROM MAIN] Add a new flag OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar_Tiled
BZ: 70693 Add a new flag OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar_Tiled Change-Id: I22459b61920aa2018628e28d3ed2b91687f9bd15 Signed-off-by: Li Zeng <li.zeng@intel.com> Reviewed-on: http://android.intel.com:8080/80565 Reviewed-by: Feng, Wei <wei.feng@intel.com> 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;