diff options
author | James Dong <jdong@google.com> | 2011-06-03 17:43:20 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-06-03 17:43:20 -0700 |
commit | d4c6a5be8068101870be473b4842f0ad9b87c598 (patch) | |
tree | 4fbdb14ff670cbea966d2c5ccbbe93e233384d90 /include | |
parent | b571a7a05338ef2c909917da9b53ddc4f4383f66 (diff) | |
parent | 38c07129c42222a764d784327d0a63f4cfc1331b (diff) | |
download | frameworks_base-d4c6a5be8068101870be473b4842f0ad9b87c598.zip frameworks_base-d4c6a5be8068101870be473b4842f0ad9b87c598.tar.gz frameworks_base-d4c6a5be8068101870be473b4842f0ad9b87c598.tar.bz2 |
Merge "Move OMX_QCOM_COLOR_FormatYVU420SemiPlanar definition to OMX_IVCommon.h"
Diffstat (limited to 'include')
-rw-r--r-- | include/media/stagefright/openmax/OMX_IVCommon.h | 1 |
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; |