Lines Matching +full:max +full:- +full:frame +full:- +full:size
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 * <elezegarcia--a.t--gmail.com>
10 * <rmthomas--a.t--sciolus.org>
16 #include <media/videobuf2-v4l2.h>
17 #include <media/v4l2-device.h>
18 #include <media/v4l2-ctrls.h>
36 /* Max and min video buffers */
71 /* Buffer for one video frame */
73 /* common v4l buffer stuff -- must be first */
83 * Since we interlace two fields per frame,
98 /* max packet size of isoc transaction */
132 /* max packet size of isoc transaction */
143 /* frame properties */
144 int width; /* current frame width */
145 int height; /* current frame height */
171 /* Provided by stk1160-v4l.c */
177 /* Provided by stk1160-video.c */
183 /* Provided by stk1160-i2c.c */
187 /* Provided by stk1160-core.c */
196 /* Provided by stk1160-ac97.c */
201 return bus_to_hcd(dev->udev->bus)->self.sysdev; in stk1160_get_dmadev()