Re: [PATCH v3 1/8] v4l: Add metadata buffer type and format

2017-04-10 Thread Mauro Carvalho Chehab
Em Mon, 10 Apr 2017 19:58:46 +0200 Hans Verkuil escreveu: > On 04/10/2017 07:23 PM, Mauro Carvalho Chehab wrote: > > Em Tue, 28 Feb 2017 17:56:41 +0200 > > Laurent Pinchart escreveu: > > > >> The metadata buffer type is used to transfer metadata between userspace > >> and kernelspace through

Re: [PATCH v3 1/8] v4l: Add metadata buffer type and format

2017-04-10 Thread Hans Verkuil
On 04/10/2017 07:23 PM, Mauro Carvalho Chehab wrote: > Em Tue, 28 Feb 2017 17:56:41 +0200 > Laurent Pinchart escreveu: > >> The metadata buffer type is used to transfer metadata between userspace >> and kernelspace through a V4L2 buffers queue. It comes with a new >> metadata capture capability a

Re: [PATCH v3 1/8] v4l: Add metadata buffer type and format

2017-04-10 Thread Mauro Carvalho Chehab
Em Tue, 28 Feb 2017 17:56:41 +0200 Laurent Pinchart escreveu: > The metadata buffer type is used to transfer metadata between userspace > and kernelspace through a V4L2 buffers queue. It comes with a new > metadata capture capability and format description. > > Signed-off-by: Laurent Pinchart >

[PATCH v3 1/8] v4l: Add metadata buffer type and format

2017-02-28 Thread Laurent Pinchart
The metadata buffer type is used to transfer metadata between userspace and kernelspace through a V4L2 buffers queue. It comes with a new metadata capture capability and format description. Signed-off-by: Laurent Pinchart Tested-by: Guennadi Liakhovetski Acked-by: Sakari Ailus Acked-by: Hans Ve