Re: [Patch v2] uvcvideo: Add simple packed bayer 12-bit formats

2019-05-10 Thread Laurent Pinchart
Hi Edgar, Thank you for the patch. On Thu, Jan 10, 2019 at 08:55:31AM +0100, Edgar Thier wrote: > > These formats are compressed 12-bit raw bayer formats with four different > pixel orders. They are similar to 10-bit bayer formats 'IPU3'. If you want to compare them to other formats, I think th

[Patch v2] uvcvideo: Add simple packed bayer 12-bit formats

2019-01-09 Thread Edgar Thier
These formats are compressed 12-bit raw bayer formats with four different pixel orders. They are similar to 10-bit bayer formats 'IPU3'. Signed-off-by: Edgar Thier --- drivers/media/usb/uvc/uvcvideo.h | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/drivers/medi