[PATCH] v4l: Add ARGB555X and XRGB555X pixel formats

2014-07-21 Thread Laurent Pinchart
The existing RGB555X pixel format is ill-defined in respect to its alpha bit and its meaning is driver dependent. Create new standard ARGB555X and XRGB555X variants with clearly defined meanings and make the existing variant deprecated. The new pixel formats 4CC values have been selected to match

Re: [PATCH] v4l: Add ARGB555X and XRGB555X pixel formats

2014-07-21 Thread Hans Verkuil
On 07/21/2014 10:37 PM, Laurent Pinchart wrote: The existing RGB555X pixel format is ill-defined in respect to its alpha bit and its meaning is driver dependent. Create new standard ARGB555X and XRGB555X variants with clearly defined meanings and make the existing variant deprecated. The