[Bug 761607] video: add support for P010 video format
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Mar 22 12:18:36 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=761607
--- Comment #15 from sreerenj <bsreerenj at gmail.com> ---
Few questions:
-- What is "HI" in DPTH10_10_10_HI ?
-- Since bits are packed in high 10 bits, we have to do the shifting while
unpacking to AYUV64..right? With the current code the each component values are
residing in the high 10 bits of each unpacked 16 bits component
What is the actual memory layout for the I420_10LE ? seems like it is using
memory layout of pixel values in lower 10 bits unlike P010_LE
-- What will we do with 9 bits per component hevc format, IIRC Scot was testing
9bit streams too,,, ? Adding one more format similar to P010 except shifting
fields set to 7???
--
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