androidmedia: Declare QOMX_COLOR_FORMATYVU420PackedSemiPlanar32mMultiView constant
authorMatthieu Bouron <matthieu.bouron@collabora.com>
Thu, 30 Apr 2015 09:44:06 +0000 (11:44 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 4 May 2015 10:44:56 +0000 (12:44 +0200)
This color format is the same as QOMX_COLOR_FORMATYUV420PackedSemiPlanar32m
but stores two images one after the other in a top-bottom layout.

https://bugzilla.gnome.org/show_bug.cgi?id=747126

sys/androidmedia/gstamc-constants.h

index dd139f5..af2a877 100644 (file)
@@ -100,6 +100,9 @@ enum
   COLOR_QCOM_FormatYUV420PackedSemiPlanar64x32Tile2m8ka = 0x7fa30c03,
   /* NV12 but with stride and plane heights aligned to 32 */
   COLOR_QCOM_FormatYVU420SemiPlanar32m = 0x7fa30c04,
+  /* NV12 but with stride and plane heights aligned to 32, Stores two images,
+   * one after the other in top-bottom layout */
+  COLOR_QCOM_FormatYVU420SemiPlanar32mMultiView = 0x7fa30c05,
   /* From hardware/ti/omap4xxx/domx/omx_core/inc/OMX_TI_IVCommon.h */
   COLOR_TI_FormatYUV420PackedSemiPlanarInterlaced = 0x7f000001,
   COLOR_FormatYUV420Flexible = 0x7f420888,