Searched refs:vw (Results 1 - 24 of 24) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dstv680.c832 int vw = stv680->cwidth, vh = stv680->cheight; local
853 vw = 320;
857 vw = 352;
861 memset (output, 0, 3 * vw * vh); /* clear output matrix. */
864 for (x = 0; x < vw; x++) {
889 i = (y * vw + x) * 3;
903 for (x = 0; x < vw; x++) {
904 i = (y * vw + x) * 3;
913 for (x = 1; x < (vw - 1); x++) { /* work out pixel type */
923 *(output + AD (x, y, vw)
1177 struct video_window *vw = arg; local
1192 struct video_window *vw = arg; local
[all...]
H A Dbw-qcam.c777 struct video_window *vw = arg; local
778 if(vw->flags)
780 if(vw->clipcount)
782 if(vw->height<60||vw->height>240)
784 if(vw->width<80||vw->width>320)
791 if(vw->width>=160 && vw->height>=120)
795 if(vw
814 struct video_window *vw = arg; local
[all...]
H A Dc-qcam.c592 struct video_window *vw = arg; local
594 if(vw->flags)
596 if(vw->clipcount)
598 if(vw->height<60||vw->height>240)
600 if(vw->width<80||vw->width>320)
607 if(vw->width>=160 && vw->height>=120)
613 if(vw
631 struct video_window *vw = arg; local
[all...]
H A Dcompat_ioctl32.c555 struct video_window __user *vw; local
573 vw = compat_alloc_user_space(sizeof(struct video_window) +
576 p = nclips ? (struct video_clip __user *)(vw + 1) : NULL;
578 if (get_user(n, &up->x) || put_user(n, &vw->x) ||
579 get_user(n, &up->y) || put_user(n, &vw->y) ||
580 get_user(n, &up->width) || put_user(n, &vw->width) ||
581 get_user(n, &up->height) || put_user(n, &vw->height) ||
582 get_user(n, &up->chromakey) || put_user(n, &vw->chromakey) ||
583 get_user(n, &up->flags) || put_user(n, &vw->flags) ||
584 get_user(n, &up->clipcount) || put_user(n, &vw
620 struct video_window vw; member in union:__anon5001
[all...]
H A Dpms.c824 struct video_window *vw = arg; local
825 if(vw->flags)
827 if(vw->clipcount)
829 if(vw->height<16||vw->height>480)
831 if(vw->width<16||vw->width>640)
833 pd->width=vw->width;
834 pd->height=vw->height;
842 struct video_window *vw local
[all...]
H A Dstradis.c1326 struct video_window vw; local
1329 if (copy_from_user(&vw, arg, sizeof(vw)))
1333 if (vw.flags || vw.width < 16 || vw.height < 16) {
1340 int i = vw.x;
1341 vw.x = (vw.x + 3) & ~3;
1342 i = vw
1399 struct video_window vw; local
[all...]
H A Dcpia.c1486 cam->vw.width = 352;
1487 cam->vw.height = 288;
1494 cam->vw.width = 320;
1495 cam->vw.height = 240;
1502 cam->vw.width = 288;
1503 cam->vw.height = 216;
1510 cam->vw.width = 256;
1511 cam->vw.height = 192;
1518 cam->vw.width = 224;
1519 cam->vw
3457 struct video_window *vw = arg; local
3467 struct video_window *vw = arg; local
[all...]
H A Dse401.c1032 struct video_window *vw = arg; local
1034 if (vw->flags)
1036 if (vw->clipcount)
1038 if (se401_set_size(se401, vw->width, vw->height))
1044 struct video_window *vw = arg; local
1046 vw->x = 0;
1047 vw->y = 0;
1048 vw->chromakey = 0;
1049 vw
[all...]
H A Dplanb.c1687 struct video_window vw; local
1693 if(copy_from_user(&vw,arg,sizeof(vw)))
1699 pb->win.interlace = (vw.height > pb->maxlines/2)? 1: 0;
1700 if (pb->win.x != vw.x ||
1701 pb->win.y != vw.y ||
1702 pb->win.width != vw.width ||
1703 pb->win.height != vw.height ||
1705 pb->win.x = vw.x;
1706 pb->win.y = vw
1728 struct video_window vw; local
[all...]
H A Dcpia.h274 struct video_window vw; /* v4l capture area */ member in struct:cam_data
H A Dov511.c3282 PDEBUG(4, "Frame end, curframe = %d, hw=%d, vw=%d, recvd=%d",
4071 struct video_window *vw = arg; local
4074 PDEBUG(4, "VIDIOCSWIN: %dx%d", vw->width, vw->height);
4081 rc = mode_init_regs(ov, vw->width, vw->height,
4087 ov->frame[i].width = vw->width;
4088 ov->frame[i].height = vw->height;
4095 struct video_window *vw = arg; local
4097 memset(vw,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ps3/
H A Dvuart.h95 struct ps3_vuart_work *vw = container_of(_work, struct ps3_vuart_work, local
97 return vw->dev;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cpia2/
H A Dcpia2_v4l.c548 struct video_window *vw; local
550 vw = arg;
552 if (vw->clipcount != 0) /* clipping not supported */
555 if (vw->clips != NULL) /* clipping not supported */
571 DBG("Requested width = %d, height = %d\n", vw->width, vw->height);
572 if (vw->width != cam->vw.width || vw->height != cam->vw
[all...]
H A Dcpia2_core.c1035 cam->vw.width = STV_IMAGE_VGA_COLS;
1036 cam->vw.height = STV_IMAGE_VGA_ROWS;
1042 cam->vw.width = STV_IMAGE_CIF_COLS;
1043 cam->vw.height = STV_IMAGE_CIF_ROWS;
1049 cam->vw.width = STV_IMAGE_QVGA_COLS;
1050 cam->vw.height = STV_IMAGE_QVGA_ROWS;
1055 cam->vw.width = 288;
1056 cam->vw.height = 216;
1059 cam->vw.width = 256;
1060 cam->vw
[all...]
H A Dcpia2.h400 struct video_window vw; /* v4l capture area */ member in struct:camera_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-v4l.c460 struct video_window *vw = arg; local
462 vw->x = 0;
463 vw->y = 0;
464 vw->width = pdev->view.x;
465 vw->height = pdev->view.y;
466 vw->chromakey = 0;
467 vw->flags = (pdev->vframes << PWC_FPS_SHIFT) |
474 struct video_window *vw = arg; local
477 fps = (vw->flags & PWC_FPS_FRMASK) >> PWC_FPS_SHIFT;
478 snapshot = vw
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dvicam.c630 struct video_window vw; local
631 vw.x = 0;
632 vw.y = 0;
633 vw.width = 320;
634 vw.height = 240;
635 vw.chromakey = 0;
636 vw.flags = 0;
637 vw.clips = NULL;
638 vw.clipcount = 0;
642 if (copy_to_user(user_arg, (void *)&vw, sizeo
653 struct video_window vw; local
[all...]
H A Dusbvideo.c1309 struct video_window *vw = arg; local
1312 return GET_CALLBACK(uvd, setVideoMode)(uvd, vw);
1315 if (vw->flags)
1317 if (vw->clipcount)
1319 if (vw->width != VIDEOSIZE_X(uvd->canvas))
1321 if (vw->height != VIDEOSIZE_Y(uvd->canvas))
1328 struct video_window *vw = arg; local
1330 vw->x = 0;
1331 vw->y = 0;
1332 vw
[all...]
H A Dkonicawc.c646 static int konicawc_set_video_mode(struct uvd *uvd, struct video_window *vw) argument
651 int x = vw->width;
652 int y = vw->height;
653 int fps = vw->flags;
H A Dusbvideo.h269 int (*setVideoMode)(struct uvd *uvd, struct video_window *vw);
H A Dquickcam_messenger.c828 static int qcm_set_video_mode(struct uvd *uvd, struct video_window *vw) argument
833 int x = vw->width;
834 int y = vw->height;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dpalinfo.c355 vm_info_1.pal_vm_info_1_s.vw ? "" : "not ",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/
H A DMakefile630 egrep -vw '__GNUC_(|MINOR_|PATCHLEVEL_)_' | \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dpal.h1594 u64 vw : 1, member in struct:pal_vm_info_1_u::__anon8845

Completed in 262 milliseconds