Re: [PATCH 1/2] v4l2-ctl: break down the streaming_set()

2013-04-11 Thread Hans Verkuil
On Wed 10 April 2013 12:57:05 Tzu-Jung Lee wrote: > This patch breaks down the streaming_set() into smaller > ones, which can be resued for supporting m2m devices. > > Further cleanup or consolidation can be applied with > separate patches, since this one tries not to modify > logics. > > Signed-

[PATCH 1/2] v4l2-ctl: break down the streaming_set()

2013-04-10 Thread Tzu-Jung Lee
This patch breaks down the streaming_set() into smaller ones, which can be resued for supporting m2m devices. Further cleanup or consolidation can be applied with separate patches, since this one tries not to modify logics. Signed-off-by: Tzu-Jung Lee --- utils/v4l2-ctl/v4l2-ctl-streaming.cpp |

Re: [PATCH 1/2] v4l2-ctl: break down the streaming_set()

2013-04-09 Thread Hans Verkuil
On Wed April 10 2013 07:35:34 Tzu-Jung Lee wrote: > This patch breaks down the streaming_set() into smaller > ones, which can be resued for supporting m2m devices. > > Further cleanup or consolidation can be applied with > separate patches, since this one tries not to modify > logics. > --- > uti

Re: [PATCH 1/2] v4l2-ctl: break down the streaming_set()

2013-04-09 Thread Hans Verkuil
On Wed April 10 2013 07:35:34 Tzu-Jung Lee wrote: > This patch breaks down the streaming_set() into smaller > ones, which can be resued for supporting m2m devices. > > Further cleanup or consolidation can be applied with > separate patches, since this one tries not to modify > logics. > --- > uti

Re: [PATCH 1/2] v4l2-ctl: break down the streaming_set()

2013-04-09 Thread Hans Verkuil
On Wed April 10 2013 07:35:34 Tzu-Jung Lee wrote: > This patch breaks down the streaming_set() into smaller > ones, which can be resued for supporting m2m devices. > > Further cleanup or consolidation can be applied with > separate patches, since this one tries not to modify > logics. > --- > uti

[PATCH 1/2] v4l2-ctl: break down the streaming_set()

2013-04-09 Thread Tzu-Jung Lee
This patch breaks down the streaming_set() into smaller ones, which can be resued for supporting m2m devices. Further cleanup or consolidation can be applied with separate patches, since this one tries not to modify logics. --- utils/v4l2-ctl/v4l2-ctl-streaming.cpp | 888 ++---