• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/

Lines Matching refs:qvga

3654 	int qvga, xstart, xend, ystart, yend;
3658 qvga = gspca_dev->cam.cam_mode[(int) gspca_dev->curr_mode].priv & 1;
3663 i2c_w_mask(sd, 0x14, qvga ? 0x20 : 0x00, 0x20);
3664 i2c_w_mask(sd, 0x28, qvga ? 0x00 : 0x20, 0x20);
3665 i2c_w(sd, 0x24, qvga ? 0x20 : 0x3a);
3666 i2c_w(sd, 0x25, qvga ? 0x30 : 0x60);
3667 i2c_w_mask(sd, 0x2d, qvga ? 0x40 : 0x00, 0x40);
3668 i2c_w_mask(sd, 0x67, qvga ? 0xf0 : 0x90, 0xf0);
3669 i2c_w_mask(sd, 0x74, qvga ? 0x20 : 0x00, 0x20);
3672 if (qvga) {
3683 i2c_w_mask(sd, 0x12, qvga ? 0x40 : 0x00, 0xf0);
3696 /* For OV8610 qvga means qsvga */
3697 i2c_w_mask(sd, OV7610_REG_COM_C, qvga ? (1 << 5) : 0, 1 << 5);
3704 i2c_w_mask(sd, 0x14, qvga ? 0x20 : 0x00, 0x20);
3705 i2c_w(sd, 0x35, qvga?0x1e:0x9e);
3712 i2c_w_mask(sd, 0x14, qvga ? 0x20 : 0x00, 0x20);
3713 i2c_w_mask(sd, 0x28, qvga ? 0x00 : 0x20, 0x20);
3714 i2c_w(sd, 0x24, qvga ? 0x20 : 0x3a);
3715 i2c_w(sd, 0x25, qvga ? 0x30 : 0x60);
3716 i2c_w_mask(sd, 0x2d, qvga ? 0x40 : 0x00, 0x40);
3717 i2c_w_mask(sd, 0x67, qvga ? 0xb0 : 0x90, 0xf0);
3718 i2c_w_mask(sd, 0x74, qvga ? 0x20 : 0x00, 0x20);
3722 i2c_w(sd, 0x35, qvga ? 0x1e : 0x9e);
3726 i2c_w_mask(sd, 0x14, qvga ? 0x20 : 0x00, 0x20);
3727 i2c_w_mask(sd, 0x28, qvga ? 0x00 : 0x20, 0x20);
3728 /* Setting this undocumented bit in qvga mode removes a very
3730 i2c_w_mask(sd, 0x2d, qvga ? 0x40 : 0x00, 0x40);
3732 i2c_w_mask(sd, 0x67, qvga ? 0xf0 : 0x90, 0xf0);
3734 i2c_w_mask(sd, 0x74, qvga ? 0x20 : 0x00, 0x20);
3742 qvga ? OV7670_COM7_FMT_QVGA : OV7670_COM7_FMT_VGA,
3747 if (qvga) { /* QVGA from ov7670.c by
3778 i2c_w_mask(sd, 0x14, qvga ? 0x20 : 0x00, 0x20);
3784 i2c_w_mask(sd, 0x14, qvga ? 0x20 : 0x00, 0x20);
3814 int qvga, crop;
3824 qvga = gspca_dev->cam.cam_mode[(int) gspca_dev->curr_mode].priv & 1;
3849 if (sd->sensor == SEN_OV66308AF && qvga)
3879 if (qvga) { /* QCIF */
3889 if (qvga) { /* QSVGA */
3898 if (qvga) { /* QVGA */