Searched hist:d3194520e2790591b5fabeb913dd74af908ca160 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/media/usb/stk1160/ |
H A D | stk1160-reg.h | diff d3194520e2790591b5fabeb913dd74af908ca160 Fri Jul 03 14:11:42 CDT 2015 Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> [media] stk1160: Add frame scaling support
This commit implements frame decimation for stk1160, which allows to support format changes instead of a static frame size.
The stk1160 supports independent row and column decimation, in two different modes: * set a number of rows/columns units to skip for each unit sent. * set a number of rows/columns units to send for each unit skipped.
This effectively allows to achieve different frame scaling ratios.
The unit number can be set to either two row/columns sent/skipped, or four row/columns sent/skipped. Since the video format (UYVY) has 4-bytes, using a unit number of two row/columns results in frame color 'shifting', so set to four row/columns sent/skipped.
Signed-off-by: Michael Stegemann <michael@stegemann.it> Signed-off-by: Dale Hamel <dale.hamel@srvthe.net> Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
|
H A D | stk1160-v4l.c | diff d3194520e2790591b5fabeb913dd74af908ca160 Fri Jul 03 14:11:42 CDT 2015 Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> [media] stk1160: Add frame scaling support
This commit implements frame decimation for stk1160, which allows to support format changes instead of a static frame size.
The stk1160 supports independent row and column decimation, in two different modes: * set a number of rows/columns units to skip for each unit sent. * set a number of rows/columns units to send for each unit skipped.
This effectively allows to achieve different frame scaling ratios.
The unit number can be set to either two row/columns sent/skipped, or four row/columns sent/skipped. Since the video format (UYVY) has 4-bytes, using a unit number of two row/columns results in frame color 'shifting', so set to four row/columns sent/skipped.
Signed-off-by: Michael Stegemann <michael@stegemann.it> Signed-off-by: Dale Hamel <dale.hamel@srvthe.net> Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
|