v4l2-ctl: break down the streaming_set()
authorTzu-Jung Lee <roylee17@gmail.com>
Wed, 10 Apr 2013 10:57:05 +0000 (18:57 +0800)
committerHans Verkuil <hans.verkuil@cisco.com>
Thu, 11 Apr 2013 07:55:55 +0000 (09:55 +0200)
commit4acfacd303390137535a064904649bf0a6f11398
treec5976bdc1fb4884f11aec56d3f89eae9db595ac5
parent20e4680551302bcb7b59f34685c3340eb0a924d9
v4l2-ctl: break down the streaming_set()

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 <tjlee@ambarella.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
utils/v4l2-ctl/v4l2-ctl-streaming.cpp