V4L/DVB: gspca - main: Simplify image building
authorJean-François Moine <moinejf@free.fr>
Sun, 27 Jun 2010 06:08:19 +0000 (03:08 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 2 Aug 2010 18:31:10 +0000 (15:31 -0300)
commitb192ca983746585e807259414f8d6f58cb28311f
tree8c95bdcebcf4217e3813d803ecf281af2d431e5f
parentc6dc725c8e0c3438587e18f918f6da16e7a23539
V4L/DVB: gspca - main: Simplify image building

The image pointer and its length are now in the main structure instead
of in the frame buffer. They are updated on application vidioc_qbuf and
in the URB interrupt function when ending an image.

Signed-off-by: Jean-François Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/cpia1.c
drivers/media/video/gspca/gspca.c
drivers/media/video/gspca/gspca.h
drivers/media/video/gspca/m5602/m5602_core.c
drivers/media/video/gspca/ov519.c
drivers/media/video/gspca/ov534.c
drivers/media/video/gspca/pac7302.c
drivers/media/video/gspca/pac7311.c
drivers/media/video/gspca/sonixb.c
drivers/media/video/gspca/vc032x.c
This page took 0.047028 seconds and 5 git commands to generate.