summaryrefslogtreecommitdiffstats
path: root/sec_mm/sec_omx/sec_omx_include
diff options
context:
space:
mode:
authorSeungBeom Kim <sbcrux.kim@samsung.com>2011-09-01 09:10:55 +0900
committerJames Dong <jdong@google.com>2011-08-31 19:05:48 -0700
commitf38b9bd310db9fdb94940c4660f078ce367bbada (patch)
tree09afd019e3aef72f5525a5718037dc399365ef1f /sec_mm/sec_omx/sec_omx_include
parent6f37557f029f5b7c2801dee6944c1539bde9c89d (diff)
downloaddevice_samsung_crespo-f38b9bd310db9fdb94940c4660f078ce367bbada.zip
device_samsung_crespo-f38b9bd310db9fdb94940c4660f078ce367bbada.tar.gz
device_samsung_crespo-f38b9bd310db9fdb94940c4660f078ce367bbada.tar.bz2
Fix for surface texture encoder.
Add OMX_COLOR_FormatAndroidOpaque = 0x7F000789 Change-Id: I65c3b765ddabd18182d520992293a1ad917715fb Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
Diffstat (limited to 'sec_mm/sec_omx/sec_omx_include')
-rw-r--r--sec_mm/sec_omx/sec_omx_include/sec/SEC_OMX_Def.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sec_mm/sec_omx/sec_omx_include/sec/SEC_OMX_Def.h b/sec_mm/sec_omx/sec_omx_include/sec/SEC_OMX_Def.h
index cf154ff..10b6144 100644
--- a/sec_mm/sec_omx/sec_omx_include/sec/SEC_OMX_Def.h
+++ b/sec_mm/sec_omx/sec_omx_include/sec/SEC_OMX_Def.h
@@ -110,7 +110,9 @@ typedef enum _SEC_OMX_TRANS_STATETYPE {
typedef enum _SEC_OMX_COLOR_FORMATTYPE {
OMX_SEC_COLOR_FormatNV12TPhysicalAddress = 0x7F000001, /**< Reserved region for introducing Vendor Extensions */
/* for Android Native Window */
- OMX_SEC_COLOR_FormatANBYUV420SemiPlanar = 0x100
+ OMX_SEC_COLOR_FormatANBYUV420SemiPlanar = 0x100,
+ /* for Android surface texture encode */
+ OMX_COLOR_FormatAndroidOpaque = 0x7F000789
}SEC_OMX_COLOR_FORMATTYPE;
typedef enum _SEC_OMX_SUPPORTFORMAT_TYPE