Re: [PATCH 5/8] soc-camera: Add soc_mbus_image_size

2012-01-26 Thread Laurent Pinchart
Hi Guennadi, On Thursday 26 January 2012 16:59:23 Guennadi Liakhovetski wrote: > On Wed, 25 Jan 2012, Laurent Pinchart wrote: > > The function returns the minimum size of an image for a given number of > > bytes per line (as per the V4L2 specification), width and format. > > > > Signed-off-by: La

Re: [PATCH 5/8] soc-camera: Add soc_mbus_image_size

2012-01-26 Thread Guennadi Liakhovetski
On Wed, 25 Jan 2012, Laurent Pinchart wrote: > The function returns the minimum size of an image for a given number of > bytes per line (as per the V4L2 specification), width and format. > > Signed-off-by: Laurent Pinchart > --- > drivers/media/video/soc_mediabus.c | 18 ++ >

[PATCH 5/8] soc-camera: Add soc_mbus_image_size

2012-01-25 Thread Laurent Pinchart
The function returns the minimum size of an image for a given number of bytes per line (as per the V4L2 specification), width and format. Signed-off-by: Laurent Pinchart --- drivers/media/video/soc_mediabus.c | 18 ++ include/media/soc_mediabus.h |2 ++ 2 files change