Re: FIMC/CAMIF V4L2 driver

2013-01-11 Thread Sebastian Dröge
On Fr, 2013-01-11 at 12:26 +0100, Sylwester Nawrocki wrote: > Hi, > > On 01/11/2013 12:08 PM, Sebastian Dröge wrote: > > I can't test the patch right now but it should do almost the right > > thing. IMHO for the chroma planes the bytesperline should be (width > > +1)/2, otherwise you'll miss one c

Re: FIMC/CAMIF V4L2 driver

2013-01-11 Thread Sylwester Nawrocki
Hi, On 01/11/2013 12:08 PM, Sebastian Dröge wrote: > I can't test the patch right now but it should do almost the right > thing. IMHO for the chroma planes the bytesperline should be (width > +1)/2, otherwise you'll miss one chroma value per line for odd widths. Odd widths are not allowed, the dr

Re: FIMC/CAMIF V4L2 driver

2013-01-11 Thread Sebastian Dröge
On Fr, 2013-01-11 at 11:39 +0100, Sylwester Nawrocki wrote: > Hi Sebastian, > > Cc: > > On 12/28/2012 10:02 AM, Sebastian Dröge wrote: > > Hi Sylwester, > > > > Kamil Debski told me that you should be able to help me with any issues > > about the FIMC/CA

Re: FIMC/CAMIF V4L2 driver

2013-01-11 Thread Sylwester Nawrocki
Hi Sebastian, Cc: On 12/28/2012 10:02 AM, Sebastian Dröge wrote: > Hi Sylwester, > > Kamil Debski told me that you should be able to help me with any issues > about the FIMC/CAMIF V4L2 driver. I'm currently using it on Exynos 4 > hardware and wrote a GStreamer plugin u