summaryrefslogtreecommitdiffstats
path: root/domx
diff options
context:
space:
mode:
authorHashcode <hashcode0f@gmail.com>2015-02-02 13:15:02 -0800
committerHashcode <hashcode0f@gmail.com>2015-02-02 13:15:02 -0800
commita50a5d8d384172ce0ca52b3ab7651b25f1d7450b (patch)
tree05f0b6bb9ef777fb66a33488a9b29adb576c3460 /domx
parent05506e272091d4f9e788d10b4f1c9a4d2d0d3386 (diff)
downloadhardware_ti_omap4-a50a5d8d384172ce0ca52b3ab7651b25f1d7450b.zip
hardware_ti_omap4-a50a5d8d384172ce0ca52b3ab7651b25f1d7450b.tar.gz
hardware_ti_omap4-a50a5d8d384172ce0ca52b3ab7651b25f1d7450b.tar.bz2
domx: remove duplicate OMX_TI_COLOR_FormatYUV420PackedSemiPlanar definition
Diffstat (limited to 'domx')
-rwxr-xr-xdomx/omx_core/inc/OMX_TI_IVCommon.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/domx/omx_core/inc/OMX_TI_IVCommon.h b/domx/omx_core/inc/OMX_TI_IVCommon.h
index 984220e..fc10eb0 100755
--- a/domx/omx_core/inc/OMX_TI_IVCommon.h
+++ b/domx/omx_core/inc/OMX_TI_IVCommon.h
@@ -2198,8 +2198,6 @@ typedef struct OMX_TI_FRAMELAYOUTTYPE {
typedef enum OMX_TI_COLOR_FORMATTYPE {
OMX_TI_COLOR_FormatRawBayer10bitStereo =
OMX_COLOR_FormatVendorStartUnused + 2, /**< 10 bit raw for stereo */
- OMX_TI_COLOR_FormatYUV420PackedSemiPlanar =
- (OMX_COLOR_FORMATTYPE) OMX_COLOR_FormatVendorStartUnused + 0x100, /* 0x100 is used since it is the corresponding HAL pixel fromat */
OMX_TI_ColorFormatTypeMax = 0x7fffffff
} OMX_TI_COLOR_FORMATTYPE;