Re: [PATCH] v4l: Add simple packed Bayer raw12 pixel formats

2018-12-10 Thread Laurent Pinchart
Hello, On Monday, 10 December 2018 01:31:04 EET sakari.ai...@iki.fi wrote: > Hi Edgar, > > Apologies for the late reply. I was going through the pending patches in > Patchwork, and noticed this one. > > On Thu, Aug 23, 2018 at 08:56:50AM +0200, Edgar Thier wrote: > > These formats are compressed

Re: [PATCH] v4l: Add simple packed Bayer raw12 pixel formats

2018-12-09 Thread sakari . ailus
Hi Edgar, Apologies for the late reply. I was going through the pending patches in Patchwork, and noticed this one. On Thu, Aug 23, 2018 at 08:56:50AM +0200, Edgar Thier wrote: > > These formats are compressed 12-bit raw bayer formats with four different > pixel orders. They are similar to 10-bi

[PATCH] v4l: Add simple packed Bayer raw12 pixel formats

2018-08-22 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'. The formats added by this patch are V4L2_PIX_FMT_SBGGR12SP V4L2_PIX_FMT_SGBRG12SP V4L2_PIX_FMT_SGRBG12SP V4L2_PIX_FMT_SRGGB12SP Signed-off-by: Edgar Thier --