Searched refs:VIDEOSIZE (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dusbvideo.h66 #define VIDEOSIZE(x,y) (((x) & 0xFFFFL) | (((y) & 0xFFFFL) << 16)) macro
H A Dkonicawc.c164 uvd->videosize = VIDEOSIZE(cam->width, cam->height);
829 uvd->canvas = VIDEOSIZE(320, 240);
830 uvd->videosize = VIDEOSIZE(cam->width, cam->height);
H A Dibmcam.c59 #define VIDEOSIZE_128x96 VIDEOSIZE(128, 96)
60 #define VIDEOSIZE_176x144 VIDEOSIZE(176,144)
61 #define VIDEOSIZE_352x288 VIDEOSIZE(352,288)
62 #define VIDEOSIZE_320x240 VIDEOSIZE(320,240)
63 #define VIDEOSIZE_352x240 VIDEOSIZE(352,240)
64 #define VIDEOSIZE_640x480 VIDEOSIZE(640,480)
65 #define VIDEOSIZE_160x120 VIDEOSIZE(160,120)
3882 uvd->canvas = VIDEOSIZE(canvasX, canvasY);
H A Dultracam.c642 uvd->canvas = VIDEOSIZE(640, 480); /* FIXME */
H A Dusbvideo.c1521 uvd->frame[vm.frame].request = VIDEOSIZE(vm.width, vm.height);

Completed in 51 milliseconds