summaryrefslogtreecommitdiffstats
path: root/include/media
diff options
context:
space:
mode:
authorDavid Smith <davidas@google.com>2014-08-29 11:06:24 -0700
committerDavid Smith <davidas@google.com>2014-09-03 15:10:20 -0700
commit01cb166a53808b4c896923756244a7ed3348a972 (patch)
treedfda54db4c6026a8fa1702a51a16fa1adda4b7d3 /include/media
parent9782334b376b162a266ad0c9f3d647e4e52796eb (diff)
downloadframeworks_native-01cb166a53808b4c896923756244a7ed3348a972.zip
frameworks_native-01cb166a53808b4c896923756244a7ed3348a972.tar.gz
frameworks_native-01cb166a53808b4c896923756244a7ed3348a972.tar.bz2
Add RGBA8888 to OMX_COLOR_FORMATTYPE
Change-Id: Ie3d2c7012e48b694f438c90e6a06949076c4b559
Diffstat (limited to 'include/media')
-rw-r--r--include/media/openmax/OMX_IVCommon.h1
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,