diff options
author | David Smith <davidas@google.com> | 2014-09-03 23:18:04 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-09-03 23:18:04 +0000 |
commit | 41088d9e9f50aa5a0ef658d879f617992a967c5c (patch) | |
tree | a7dabfb26f32692bc81e958787bd76ca42dd240e /include | |
parent | 18ec6fe4e4da1d8707a57f35e67f7f81bc05adaf (diff) | |
parent | 01cb166a53808b4c896923756244a7ed3348a972 (diff) | |
download | frameworks_native-41088d9e9f50aa5a0ef658d879f617992a967c5c.zip frameworks_native-41088d9e9f50aa5a0ef658d879f617992a967c5c.tar.gz frameworks_native-41088d9e9f50aa5a0ef658d879f617992a967c5c.tar.bz2 |
Merge "Add RGBA8888 to OMX_COLOR_FORMATTYPE"
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 5f9e9b6..85c5c01 100644 --- a/include/media/openmax/OMX_IVCommon.h +++ b/include/media/openmax/OMX_IVCommon.h @@ -157,6 +157,7 @@ typedef enum OMX_COLOR_FORMATTYPE { * an acceptable range once that is done. * */ OMX_COLOR_FormatAndroidOpaque = 0x7F000789, + OMX_COLOR_Format32BitRGBA8888 = 0x7F00A000, /** Flexible 8-bit YUV format. Codec should report this format * as being supported if it supports any YUV420 packed planar * or semiplanar formats. When port is set to use this format, |