[Bug 795462] video: Add support for the 10bit yuv pixel format from the Rockchip SoC platform

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Apr 29 00:24:07 UTC 2018


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

--- Comment #14 from Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> ---
Created attachment 371507
  --> https://bugzilla.gnome.org/attachment.cgi?id=371507&action=edit
video: Add NV12_10LE40 pixel format

This pixel format is a fully packed variant of NV12_10LE32,
a luma pixel would take 10bits in memory, without any
filled bits between pixels in a stride. The color range
follows the BT.2020 standard.

In order to get a better performance in hardware memory
operation, it may expend the stride, append zero data at the
end of echo lines.

Pack function by Nicolas Dufresne <nicolas at ndufresne.ca>

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