linux/drivers/media/video/em28xx
Trent Piepho ccb83408b2 V4L/DVB (11912): em28xx: Use v4l bounding/alignment function
The v4l function has a better algorithm for aligning image size.

It appears that the em2800 can only scale by 50% or 100%, i.e. the only
heights supported might be 240 and 480.  In that case the old code would
set any height other than 240 to 480.  Request 240 get 240, but request 239
and then you get 480.  Change it to round to the nearest supported value.

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2009-06-23 03:21:19 -03:00
..
em28xx-audio.c V4L/DVB (11896): em28xx: Fix for Slow Memory Leak 2009-06-16 18:21:16 -03:00
em28xx-cards.c V4L/DVB (12102): em28xx: add Remote control support for EVGA inDtube 2009-06-23 03:14:25 -03:00
em28xx-core.c V4L/DVB (11979): em28xx: don't create audio device if not supported 2009-06-16 19:07:46 -03:00
em28xx-dvb.c V4L/DVB (12101): em28xx: add support for EVGA inDtube 2009-06-23 03:14:21 -03:00
em28xx-i2c.c V4L/DVB (11845): ir-kbd-i2c: Use initialization data 2009-06-16 18:21:11 -03:00
em28xx-input.c V4L/DVB (11844): ir-kbd-i2c: Switch to the new-style device binding model 2009-06-16 18:21:11 -03:00
em28xx-reg.h V4L/DVB (11810): em28xx: properly set packet size based on the device's eeprom configuration. 2009-06-16 18:21:08 -03:00
em28xx-video.c V4L/DVB (11912): em28xx: Use v4l bounding/alignment function 2009-06-23 03:21:19 -03:00
em28xx.h V4L/DVB (12101): em28xx: add support for EVGA inDtube 2009-06-23 03:14:21 -03:00
Kconfig V4L/DVB (7848): Fix dependencies for tuner-xc2028 and em28xx-dvb 2008-05-14 02:54:07 -03:00
Makefile V4L/DVB(7767): Move tuners to common/tuners 2008-04-29 18:41:37 -03:00