diff options
author | vivek mehta <mvivek@codeaurora.org> | 2012-12-07 12:38:21 -0800 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2013-03-30 05:10:17 -0700 |
commit | 8721f8355d4adef4c71d94764cd78050dee98c85 (patch) | |
tree | efacf75bb73710f338e04e5ea6afd241bcc0ecf6 | |
parent | 79e87ed676f5873202ed8b44cddc4a0b893d1c49 (diff) | |
download | frameworks_native-8721f8355d4adef4c71d94764cd78050dee98c85.zip frameworks_native-8721f8355d4adef4c71d94764cd78050dee98c85.tar.gz frameworks_native-8721f8355d4adef4c71d94764cd78050dee98c85.tar.bz2 |
native: Add custom 32-aligned NV12 colorformat
- Add color format which is NV12 + 32 aligned stride and slice
Change-Id: Iea804c2642ffad98890cbfe2979d56443f07ffdc
-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 effbaae..24f91ce 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_QCOM_COLOR_FormatYUV420PackedSemiPlanar32m = 0x7FA30C04, OMX_COLOR_FormatMax = 0x7FFFFFFF } OMX_COLOR_FORMATTYPE; |