Re: [REVIEWv3 PATCH 04/35] videodev2.h: add initial support for complex controls.

2014-03-11 Thread Mauro Carvalho Chehab
Em Tue, 11 Mar 2014 21:23:26 +0100 Hans Verkuil escreveu: > Hi Mauro, > > On 03/11/2014 08:34 PM, Mauro Carvalho Chehab wrote: > > Em Mon, 17 Feb 2014 10:57:19 +0100 > > Hans Verkuil escreveu: > > > >> From: Hans Verkuil > >> > >> Complex controls are controls that can be used for compound an

Re: [REVIEWv3 PATCH 04/35] videodev2.h: add initial support for complex controls.

2014-03-11 Thread Hans Verkuil
Hi Mauro, On 03/11/2014 08:34 PM, Mauro Carvalho Chehab wrote: > Em Mon, 17 Feb 2014 10:57:19 +0100 > Hans Verkuil escreveu: > >> From: Hans Verkuil >> >> Complex controls are controls that can be used for compound and array >> types. This allows for more complex data structures to be used with

Re: [REVIEWv3 PATCH 04/35] videodev2.h: add initial support for complex controls.

2014-03-11 Thread Mauro Carvalho Chehab
Em Mon, 17 Feb 2014 10:57:19 +0100 Hans Verkuil escreveu: > From: Hans Verkuil > > Complex controls are controls that can be used for compound and array > types. This allows for more complex data structures to be used with the > control framework. > > Such controls always have the V4L2_CTRL_FL

[REVIEWv3 PATCH 04/35] videodev2.h: add initial support for complex controls.

2014-02-17 Thread Hans Verkuil
From: Hans Verkuil Complex controls are controls that can be used for compound and array types. This allows for more complex data structures to be used with the control framework. Such controls always have the V4L2_CTRL_FLAG_HIDDEN flag set. Note that 'simple' controls can also set that flag. T