[Bug 707361] video: Add support for 64x32 tiled NV12 color format

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Dec 11 16:53:05 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=707361
  GStreamer | gst-plugins-base | git

--- Comment #24 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2013-12-12 00:52:59 UTC ---
Created an attachment (id=264032)
 View: https://bugzilla.gnome.org/attachment.cgi?id=264032
 Review: https://bugzilla.gnome.org/review?bug=707361&attachment=264032

[PATCH] video: Define NV12_64x32 tiled format


This video format is known to be used by Exynos 4 and certain Qualcomm
hardware. Along with the format definition, this format comes with
GstVideoFormatInfoTileOffset and GstVideoFormatInfoGetTile function
implementation, allowing generic colorconvertion to be achieved.
---
 gst-libs/gst/video/video-format.c | 101 ++++++++++++++++++++++++++++++++++++++
 gst-libs/gst/video/video-format.h |   4 +-
 gst-libs/gst/video/video-info.c   |  10 ++++
 tests/check/elements/videoscale.c |   1 +
 4 files changed, 115 insertions(+), 1 deletion(-)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list