OSDN Git Service
(root)
/
android-x86
/
frameworks-native.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3df960
)
Add new format constant
author
Marco Nelissen
<marcone@google.com>
Thu, 17 Jan 2013 17:18:29 +0000
(09:18 -0800)
committer
Marco Nelissen
<marcone@google.com>
Thu, 17 Jan 2013 17:18:29 +0000
(09:18 -0800)
Change-Id: I8a53c69c9e44450b7ee3d32750965d53265812bf
include/media/openmax/OMX_IVCommon.h
patch
|
blob
|
history
diff --git
a/include/media/openmax/OMX_IVCommon.h
b/include/media/openmax/OMX_IVCommon.h
index
effbaae
..
85bf00d
100644
(file)
--- a/
include/media/openmax/OMX_IVCommon.h
+++ b/
include/media/openmax/OMX_IVCommon.h
@@
-160,6
+160,7
@@
typedef enum OMX_COLOR_FORMATTYPE {
OMX_TI_COLOR_FormatYUV420PackedSemiPlanar = 0x7F000100,
OMX_QCOM_COLOR_FormatYVU420SemiPlanar = 0x7FA30C00,
OMX_QCOM_COLOR_FormatYUV420PackedSemiPlanar64x32Tile2m8ka = 0x7FA30C03,
+ OMX_SEC_COLOR_FormatNV12Tiled = 0x7FC00002,
OMX_COLOR_FormatMax = 0x7FFFFFFF
} OMX_COLOR_FORMATTYPE;