Re: [PATCH 2/2] Fix capture issues for non 8-bit per pixel formats

2011-01-17 Thread Alberto Panizzo
On Sat, 2011-01-15 at 22:35 +0100, Guennadi Liakhovetski wrote: On Wed, 12 Jan 2011, Alberto Panizzo wrote: If the camera was set to output formats like RGB565 YUYV or SBGGR10, the resulting image was scrambled due to erroneous interpretations of horizontal parameter's units. This

Re: [PATCH 2/2] Fix capture issues for non 8-bit per pixel formats

2011-01-15 Thread Guennadi Liakhovetski
On Wed, 12 Jan 2011, Alberto Panizzo wrote: If the camera was set to output formats like RGB565 YUYV or SBGGR10, the resulting image was scrambled due to erroneous interpretations of horizontal parameter's units. This patch in fourcc_to_ipu_pix, eliminate also the pixel formats mappings

[PATCH 2/2] Fix capture issues for non 8-bit per pixel formats

2011-01-12 Thread Alberto Panizzo
If the camera was set to output formats like RGB565 YUYV or SBGGR10, the resulting image was scrambled due to erroneous interpretations of horizontal parameter's units. This patch in fourcc_to_ipu_pix, eliminate also the pixel formats mappings that, first are not used within mainline code and