Re: [PATCH v2] drm/fourcc: Add bayer formats and modifiers

2020-07-03 Thread Neil Armstrong
Hi Niklas, On 02/07/2020 23:51, Laurent Pinchart wrote: > Hi Sakari, > > On Mon, May 25, 2020 at 01:31:43PM +0300, Sakari Ailus wrote: >> On Fri, May 22, 2020 at 01:52:01AM +0200, Niklas Söderlund wrote: >>> Bayer formats are used with cameras and contain green, red and blue >>> components, with

Re: [libcamera-devel] [PATCH v2] drm/fourcc: Add bayer formats and modifiers

2020-07-02 Thread Laurent Pinchart
Hi Tomasz, On Fri, Jun 19, 2020 at 01:06:55PM +, Tomasz Figa wrote: > On Fri, May 22, 2020 at 01:52:01AM +0200, Niklas Söderlund wrote: > > Bayer formats are used with cameras and contain green, red and blue > > components, with alternating lines of red and green, and blue and green > > pixels

Re: [libcamera-devel] [PATCH v2] drm/fourcc: Add bayer formats and modifiers

2020-07-02 Thread Laurent Pinchart
Hi Emil, On Thu, May 28, 2020 at 04:36:59PM +0100, Emil Velikov wrote: > On Fri, 22 May 2020 at 07:56, Niklas Söderlund wrote: > > > > Bayer formats are used with cameras and contain green, red and blue > > components, with alternating lines of red and green, and blue and green > > pixels in diffe

Re: [PATCH v2] drm/fourcc: Add bayer formats and modifiers

2020-07-02 Thread Laurent Pinchart
Hi Sakari, On Mon, May 25, 2020 at 01:31:43PM +0300, Sakari Ailus wrote: > On Fri, May 22, 2020 at 01:52:01AM +0200, Niklas Söderlund wrote: > > Bayer formats are used with cameras and contain green, red and blue > > components, with alternating lines of red and green, and blue and green > > pixel

Re: [libcamera-devel] [PATCH v2] drm/fourcc: Add bayer formats and modifiers

2020-06-19 Thread Tomasz Figa
Hi Niklas, On Fri, May 22, 2020 at 01:52:01AM +0200, Niklas Söderlund wrote: > Bayer formats are used with cameras and contain green, red and blue > components, with alternating lines of red and green, and blue and green > pixels in different orders. For each block of 2x2 pixels there is one > pix

Re: [PATCH v2] drm/fourcc: Add bayer formats and modifiers

2020-05-28 Thread Emil Velikov
Hi Niklas, On Fri, 22 May 2020 at 07:56, Niklas Söderlund wrote: > > Bayer formats are used with cameras and contain green, red and blue > components, with alternating lines of red and green, and blue and green > pixels in different orders. For each block of 2x2 pixels there is one > pixel with a

Re: [PATCH v2] drm/fourcc: Add bayer formats and modifiers

2020-05-25 Thread Sakari Ailus
Hi Niklas, Thank you for the update. On Fri, May 22, 2020 at 01:52:01AM +0200, Niklas Söderlund wrote: > Bayer formats are used with cameras and contain green, red and blue > components, with alternating lines of red and green, and blue and green > pixels in different orders. For each block of 2x

[PATCH v2] drm/fourcc: Add bayer formats and modifiers

2020-05-21 Thread Niklas Söderlund
Bayer formats are used with cameras and contain green, red and blue components, with alternating lines of red and green, and blue and green pixels in different orders. For each block of 2x2 pixels there is one pixel with a red filter, two with a green filter, and one with a blue filter. The filters