summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@collabora.com>2015-04-30 11:44:06 +0200
committerSebastian Dröge <sebastian@centricular.com>2015-05-04 12:44:56 +0200
commitbd21df10568244a443a7d64ac28f76e84888540f (patch)
treee8c62e97d3f197705a8e68baa85f085fef75e3fa /sys
parentc7d92b6cf5c149f886490909a677c526ae4b734a (diff)
downloadgstreamer-plugins-bad-bd21df10568244a443a7d64ac28f76e84888540f.tar.gz
androidmedia: Declare QOMX_COLOR_FORMATYVU420PackedSemiPlanar32mMultiView constant
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
Diffstat (limited to 'sys')
-rw-r--r--sys/androidmedia/gstamc-constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/androidmedia/gstamc-constants.h b/sys/androidmedia/gstamc-constants.h
index dd139f5a4..af2a877ed 100644
--- a/sys/androidmedia/gstamc-constants.h
+++ b/sys/androidmedia/gstamc-constants.h
@@ -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,