Searched refs:videosize_t (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dusbvideo.h69 typedef unsigned long videosize_t; typedef
174 videosize_t canvas; /* The canvas (max. image) allocated */
175 videosize_t request; /* That's what the application asked for */
221 videosize_t videosize; /* Current setting */
222 videosize_t canvas; /* This is the width,height of the V4L canvas */
335 void usbvideo_VideosizeToString(char *buf, int bufLen, videosize_t vs);
H A Dusbvideo.c248 void usbvideo_VideosizeToString(char *buf, int bufLen, videosize_t vs)
H A Dibmcam.c205 * videosize_t that defines the image size in pixels. We need
209 static videosize_t ibmcam_size_to_videosize(int size)
211 videosize_t vs = VIDEOSIZE_352x288;

Completed in 98 milliseconds