diff options
author | Haynes Mathew George <hgeorge@codeaurora.org> | 2012-06-20 18:20:52 -0700 |
---|---|---|
committer | Iliyan Malchev <malchev@google.com> | 2012-06-21 15:26:38 -0700 |
commit | 07912f50930cf8cea2bc5f8f94e014c31af583b6 (patch) | |
tree | f85c9fa40c4c50a7f2969ce3a9a70b9adff135f3 /include | |
parent | a67e418e1fda219f6cc0a7e420bcf5cc4f9fe710 (diff) | |
download | frameworks_native-07912f50930cf8cea2bc5f8f94e014c31af583b6.zip frameworks_native-07912f50930cf8cea2bc5f8f94e014c31af583b6.tar.gz frameworks_native-07912f50930cf8cea2bc5f8f94e014c31af583b6.tar.bz2 |
Add vendor specific color format to OMX_IVCommon.h
- Add Qualcomm specific color format to OMX_IVCommon.h
Change-Id: I77a7196307d079348a50d7bb67c80cd2642a72df
Diffstat (limited to 'include')
-rw-r--r-- | include/media/openmax/OMX_IVCommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/openmax/OMX_IVCommon.h b/include/media/openmax/OMX_IVCommon.h index 8bb4ded..effbaae 100644 --- a/include/media/openmax/OMX_IVCommon.h +++ b/include/media/openmax/OMX_IVCommon.h @@ -159,6 +159,7 @@ typedef enum OMX_COLOR_FORMATTYPE { OMX_COLOR_FormatAndroidOpaque = 0x7F000789, OMX_TI_COLOR_FormatYUV420PackedSemiPlanar = 0x7F000100, OMX_QCOM_COLOR_FormatYVU420SemiPlanar = 0x7FA30C00, + OMX_QCOM_COLOR_FormatYUV420PackedSemiPlanar64x32Tile2m8ka = 0x7FA30C03, OMX_COLOR_FormatMax = 0x7FFFFFFF } OMX_COLOR_FORMATTYPE; |