RE: [PATCH v5 1/3] v4l: Add multi-planar API definitions to the V4L2 API

2010-08-02 Thread Pawel Osciak
Hi Hans, thank you for the review. Hans Verkuil hverk...@xs4all.nl wrote: On Friday 30 July 2010 10:49:41 Pawel Osciak wrote: snip @@ -157,9 +158,23 @@ enum v4l2_buf_type { /* Experimental */ V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY = 8, #endif +V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE

RE: [PATCH v5 1/3] v4l: Add multi-planar API definitions to the V4L2 API

2010-08-02 Thread Hans Verkuil
Hi Pawel! Hi Hans, thank you for the review. Hans Verkuil hverk...@xs4all.nl wrote: On Friday 30 July 2010 10:49:41 Pawel Osciak wrote: snip @@ -157,9 +158,23 @@ enum v4l2_buf_type { /* Experimental */ V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY = 8, #endif +

Re: [PATCH v5 1/3] v4l: Add multi-planar API definitions to the V4L2 API

2010-08-01 Thread Hans Verkuil
On Friday 30 July 2010 10:49:41 Pawel Osciak wrote: Multi-planar API is as a backwards-compatible extension of the V4L2 API, which allows video buffers to consist of one or more planes. Planes are separate memory buffers; each has its own mapping, backed by usually separate physical memory