summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-06-03 12:43:48 -0700
committerJames Dong <jdong@google.com>2011-06-03 12:44:48 -0700
commit57ca262f8d1c0aabeea294ddb53e4db172fc6bec (patch)
treeb95d99ce8635f7d8c6c4a2e357e2fd782f36a379 /include
parent92a746c3b18d035189f596ce32847bf26247aaca (diff)
downloadframeworks_av-57ca262f8d1c0aabeea294ddb53e4db172fc6bec.zip
frameworks_av-57ca262f8d1c0aabeea294ddb53e4db172fc6bec.tar.gz
frameworks_av-57ca262f8d1c0aabeea294ddb53e4db172fc6bec.tar.bz2
Move OMX_QCOM_COLOR_FormatYVU420SemiPlanar definition to OMX_IVCommon.h
Change-Id: I5cbc7246a63301fa7ff735fa3d6512e940608d2b
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/openmax/OMX_IVCommon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/openmax/OMX_IVCommon.h b/include/media/stagefright/openmax/OMX_IVCommon.h
index 4a8be7b..12b4f93 100644
--- a/include/media/stagefright/openmax/OMX_IVCommon.h
+++ b/include/media/stagefright/openmax/OMX_IVCommon.h
@@ -149,6 +149,7 @@ typedef enum OMX_COLOR_FORMATTYPE {
OMX_COLOR_Format24BitABGR6666,
OMX_COLOR_FormatKhronosExtensions = 0x6F000000, /**< Reserved region for introducing Khronos Standard Extensions */
OMX_COLOR_FormatVendorStartUnused = 0x7F000000, /**< Reserved region for introducing Vendor Extensions */
+ OMX_QCOM_COLOR_FormatYVU420SemiPlanar = 0x7FA30C00,
OMX_COLOR_FormatMax = 0x7FFFFFFF
} OMX_COLOR_FORMATTYPE;