diff options
| author | 2013-01-29 18:30:41 +0000 | |
|---|---|---|
| committer | 2013-01-29 18:30:41 +0000 | |
| commit | d8d9c5b89bd4e9c2fc808e979a5e2d9e7fadcdd1 (patch) | |
| tree | 9e0719f49d138b11ba710e7e57f5bfafdf79a276 /include | |
| parent | 64c8be07878a6a110e5386c5f789fa9db51c5746 (diff) | |
| parent | 62b40b35358910315be9ea44520ad6403d0023f6 (diff) | |
Merge "Add new format constant"
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 effbaaebe1..85bf00df60 100644 --- 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; |