[Bug 749439] bayer2rgb: add support for 24-bit RGB/BGR output

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jun 16 07:42:32 PDT 2015


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

--- Comment #10 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
A small warning here about CPU usage. It is clear the RGB will consume more
then the padded RGBx (and variants). The reason is that you will need more
instructions (more load and store operations) to read and write pixels. So the
gain is in fact on memory (25%). This feature makes a lot of sense if this is
the constraint on your platform.

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