Re: Re: [PATCH] media: v4l: Add packed YUV444 24bpp pixel format

2019-08-22 Thread Mirela Rabulea
Hi Hans, On Ma, 2019-08-13 at 08:54 +0200, Hans Verkuil wrote: >  > This patch looks good, but it can only be merged if we also have a > driver > that uses it. This to avoid having lots of pixelformat defines that > nobody > is using in the kernel. > > Are there plans to upstream this JPEG en/dec

Re: [PATCH] media: v4l: Add packed YUV444 24bpp pixel format

2019-08-12 Thread Hans Verkuil
Hi Mirela, On 7/3/19 5:15 PM, Mirela Rabulea wrote: > The added format is V4L2_PIX_FMT_YUV24, this is a packed > YUV 4:4:4 format, with 8 bits for each component, 24 bits > per sample. > > This format is used by the i.MX 8QuadMax and i.MX 8DualXPlus/8QuadXPlus > JPEG encoder/decoder. This patch

Re: [EXT] Re: Re: [PATCH] media: v4l: Add packed YUV444 24bpp pixel format

2019-07-12 Thread Mirela Rabulea
On Vi, 2019-07-12 at 11:21 +0200, paul.kocialkow...@bootlin.com wrote: > Hi, > > On Thu 11 Jul 19, 13:57, Mirela Rabulea wrote: > > > > On Jo, 2019-07-11 at 10:18 +0200, Paul Kocialkowski wrote: > > > > > > Caution: EXT Email > > > > > > Hi, > > > > > > On Wed 03 Jul 19, 18:15, Mirela Rabulea

Re: Re: [PATCH] media: v4l: Add packed YUV444 24bpp pixel format

2019-07-12 Thread paul.kocialkow...@bootlin.com
Hi, On Thu 11 Jul 19, 13:57, Mirela Rabulea wrote: > On Jo, 2019-07-11 at 10:18 +0200, Paul Kocialkowski wrote: > > Caution: EXT Email > > > > Hi, > > > > On Wed 03 Jul 19, 18:15, Mirela Rabulea wrote: > > > > > > The added format is V4L2_PIX_FMT_YUV24, this is a packed > > > YUV 4:4:4 format,

Re: Re: [PATCH] media: v4l: Add packed YUV444 24bpp pixel format

2019-07-11 Thread Mirela Rabulea
On Jo, 2019-07-11 at 10:18 +0200, Paul Kocialkowski wrote: > Caution: EXT Email > > Hi, > > On Wed 03 Jul 19, 18:15, Mirela Rabulea wrote: > > > > The added format is V4L2_PIX_FMT_YUV24, this is a packed > > YUV 4:4:4 format, with 8 bits for each component, 24 bits > > per sample. > > > > This

Re: [PATCH] media: v4l: Add packed YUV444 24bpp pixel format

2019-07-11 Thread Paul Kocialkowski
Hi, On Wed 03 Jul 19, 18:15, Mirela Rabulea wrote: > The added format is V4L2_PIX_FMT_YUV24, this is a packed > YUV 4:4:4 format, with 8 bits for each component, 24 bits > per sample. > > This format is used by the i.MX 8QuadMax and i.MX 8DualXPlus/8QuadXPlus > JPEG encoder/decoder. So this form