Searched refs:hscale (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dbt819.c89 int hscale; member in struct:timing
230 init[0x08 * 2 - 1] = timing->hscale >> 8;
231 init[0x09 * 2 - 1] = timing->hscale & 0xff;
363 bt819_write(client, 0x08, (timing->hscale >> 8) & 0xff);
364 bt819_write(client, 0x09, timing->hscale & 0xff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/em28xx/
H A Dem28xx-video.c300 dev->hscale = 0;
721 unsigned int hscale, vscale; local
741 if ((hscale = (((unsigned long)maxw) << 12) / width - 4096L) >= 0x4000)
742 hscale = 0x3fff;
743 width = (((unsigned long)maxw) << 12) / (hscale + 4096L);
755 dev->hscale = hscale;
814 unsigned int hscale, vscale; local
877 if ((hscale = (((unsigned long)maxw) << 12) / width - 4096L) >= 0x4000)
878 hscale
[all...]
H A Dem28xx.h255 int hscale; /* horizontal scale factor (see datasheet) */ member in struct:em28xx
H A Dem28xx-core.c376 return em28xx_scaler_set(dev, dev->hscale, dev->vscale);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-risc.c349 geo->hscale = ((totalwidth*4096UL)/xsf-4096);
402 geo->hscale = (c_width * 4096U + (width >> 1)) / width - 4096;
439 btwrite(geo->hscale >> 8, BT848_E_HSCALE_HI+off);
440 btwrite(geo->hscale & 0xff, BT848_E_HSCALE_LO+off);
H A Dbttvp.h128 u16 width,hscale,hdelay; member in struct:bttv_geometry

Completed in 60 milliseconds