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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Dec 19 07:04:56 PST 2013


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

--- Comment #28 from Nicolas Dufresne <nicolas.dufresne at collabora.co.uk> 2013-12-19 15:04:55 UTC ---
(In reply to comment #25)
> A lot of code is missing here like macros to access tiles in frame, extra
> abidata in the info etc.

I'm not sure I understand what you mean by "a lot". I've added:

GST_VIDEO_FRAME_N_TILES_X
GST_VIDEO_FRAME_N_TILES_Y
GST_VIDEO_FRAME_TILE_WIDTH
GST_VIDEO_FRAME_TILE_WIDTH
GST_VIDEO_FRAME_COMP_N_TILES_X
GST_VIDEO_FRAME_COMP_N_TILES_X

Accessing the tile data is done through a function pointer, those haven't been
made as macro in the past, is it what you would like ? Is there any code you
see that you would replace with call to macros ?

Thanks

-- 
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