diff options
author | Deva Ramasubramanian <dramasub@codeaurora.org> | 2012-08-23 13:53:13 -0700 |
---|---|---|
committer | Steve Kondik <shade@chemlab.org> | 2012-08-27 23:14:27 -0700 |
commit | b0f5535230ee44f5c0121780e5a8e8f7671c905a (patch) | |
tree | d4d88cc3fcb635b0b3573897f7983476a0b6fb52 | |
parent | 89575f02c8abdba25d8bb5c6d104f2d5c5315c7f (diff) | |
download | android_frameworks_native-b0f5535230ee44f5c0121780e5a8e8f7671c905a.tar.gz android_frameworks_native-b0f5535230ee44f5c0121780e5a8e8f7671c905a.tar.bz2 android_frameworks_native-b0f5535230ee44f5c0121780e5a8e8f7671c905a.zip |
native: Add custom 32-aligned NV12 colorformat
Change-Id: If00faad5b155e8be70ffb48b01992bdf86165dc8
-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 cdbd1b427..14ddaaaa6 100644 --- a/include/media/openmax/OMX_IVCommon.h +++ b/include/media/openmax/OMX_IVCommon.h @@ -165,6 +165,7 @@ typedef enum OMX_COLOR_FORMATTYPE { OMX_QCOM_COLOR_FormatYVU420SemiPlanar = 0x7FA30C00, OMX_QCOM_COLOR_FormatYUV420PackedSemiPlanar64x32Tile2m8ka = 0x7FA30C03, OMX_QCOM_COLOR_FormatYVU420PackedSemiPlanar32m4ka = 0x7FA30C01, + OMX_QCOM_COLOR_FormatYUV420PackedSemiPlanar32m = 0x7FA30C04, OMX_COLOR_FormatMax = 0x7FFFFFFF } OMX_COLOR_FORMATTYPE; |