diff options
author | James Dong <jdong@google.com> | 2011-06-03 12:43:48 -0700 |
---|---|---|
committer | James Dong <jdong@google.com> | 2011-06-03 12:44:48 -0700 |
commit | 38c07129c42222a764d784327d0a63f4cfc1331b (patch) | |
tree | 88d63c9b0c1e8747cfee86ac1d639b546cc85620 /include | |
parent | 5f8d23e7f2d74be34080f091e92437f5722c749f (diff) | |
download | frameworks_base-38c07129c42222a764d784327d0a63f4cfc1331b.zip frameworks_base-38c07129c42222a764d784327d0a63f4cfc1331b.tar.gz frameworks_base-38c07129c42222a764d784327d0a63f4cfc1331b.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.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; |