Re: [RFC 03/10] v4l: Add sunxi Video Engine pixel format

2016-11-14 Thread Hans Verkuil
On 08/25/2016 11:39 AM, Florent Revest wrote: > Add support for the allwinner's proprietary pixel format described in > details here: http://linux-sunxi.org/File:Ve_tile_format_v1.pdf > > This format is similar to V4L2_PIX_FMT_NV12M but the planes are divided > in tiles of 32x32px. > >

Re: [RFC 03/10] v4l: Add sunxi Video Engine pixel format

2016-11-14 Thread Hans Verkuil
On 08/25/2016 11:39 AM, Florent Revest wrote: > Add support for the allwinner's proprietary pixel format described in > details here: http://linux-sunxi.org/File:Ve_tile_format_v1.pdf > > This format is similar to V4L2_PIX_FMT_NV12M but the planes are divided > in tiles of 32x32px. > >

[RFC 03/10] v4l: Add sunxi Video Engine pixel format

2016-08-25 Thread Florent Revest
Add support for the allwinner's proprietary pixel format described in details here: http://linux-sunxi.org/File:Ve_tile_format_v1.pdf This format is similar to V4L2_PIX_FMT_NV12M but the planes are divided in tiles of 32x32px. Signed-off-by: Florent Revest ---

[RFC 03/10] v4l: Add sunxi Video Engine pixel format

2016-08-25 Thread Florent Revest
Add support for the allwinner's proprietary pixel format described in details here: http://linux-sunxi.org/File:Ve_tile_format_v1.pdf This format is similar to V4L2_PIX_FMT_NV12M but the planes are divided in tiles of 32x32px. Signed-off-by: Florent Revest --- include/uapi/linux/videodev2.h |