qv4l2: moved frame/rate count assignment to common class
authorOve Brynestad <ovebryne@cisco.com>
Mon, 7 Jul 2014 13:55:29 +0000 (15:55 +0200)
committerHans Verkuil <hans.verkuil@cisco.com>
Fri, 11 Jul 2014 13:31:57 +0000 (15:31 +0200)
commit042ab5b264c7244a751bd16274a61b64446ae3ee
treeecaffe30da945369f6b0d92200780f6a45a03f55
parent4a57638b59687777c8f344051eb457c7282d5176
qv4l2: moved frame/rate count assignment to common class

Ongoing work to move aspect/crop/scale calculations from individual render
classes to the common capture-win class. Currently different renderers use
slightly different code to calculate the various cropping/scaling/etc. data.
This makes it hard to maintain.

Signed-off-by: Ove Brynestad <ovebryne@cisco.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
utils/qv4l2/capture-win-gl.cpp
utils/qv4l2/capture-win-qt.cpp
utils/qv4l2/capture-win.cpp