Merge "Add new format constant"

This commit is contained in:
Marco Nelissen 2013-01-29 18:30:41 +00:00 committed by Android (Google) Code Review
commit d8d9c5b89b

View File

@ -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;