summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeva Ramasubramanian <dramasub@codeaurora.org>2012-08-23 13:53:13 -0700
committerSteve Kondik <shade@chemlab.org>2012-08-27 23:14:27 -0700
commitb0f5535230ee44f5c0121780e5a8e8f7671c905a (patch)
treed4d88cc3fcb635b0b3573897f7983476a0b6fb52
parent89575f02c8abdba25d8bb5c6d104f2d5c5315c7f (diff)
downloadandroid_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.h1
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;