Searched refs:videosize_t (Results 1 – 3 of 3) sorted by relevance
69 typedef unsigned long videosize_t; typedef174 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 */
195 static videosize_t ibmcam_size_to_videosize(int size) in ibmcam_size_to_videosize()197 videosize_t vs = VIDEOSIZE_352x288; in ibmcam_size_to_videosize()
243 static void usbvideo_VideosizeToString(char *buf, int bufLen, videosize_t vs) in usbvideo_VideosizeToString()