Searched refs:vscale (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/penguin/
H A Dtrackball.c120 vscale(float *v, float div) function
130 vscale(v, 1.0f/vlength(v));
210 vscale(q, (float) sin(phi/2.0));
254 vscale(t1,q2[3]);
257 vscale(t2,q1[3]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dtw9910.c220 u16 vscale; member in struct:tw9910_scale_ctrl
248 .vscale = 0x0100,
255 .vscale = 0x0100,
262 .vscale = 0x0200,
269 .vscale = 0x0200,
276 .vscale = 0x0400,
283 .vscale = 0x0400,
293 .vscale = 0x0100,
300 .vscale = 0x0100,
307 .vscale
[all...]
H A Dbt819.c80 int vscale; member in struct:timing
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cx25821/
H A Dcx25821-medusa-video.c495 u32 vscale = 0x0; local
519 vscale = 0x0;
524 vscale = 0x0;
529 vscale = 0x1E00;
534 vscale = 0x1E00;
539 vscale = 0x0;
550 VSCALE_CTRL + (0x200 * decoder), vscale);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-risc.c359 geo->vscale = (0x10000UL-sr) & 0x1fff;
362 geo->vscale |= interleaved ? (BT848_VSCALE_INT<<8) : 0;
415 geo->vscale = (0x10000UL - sr) & 0x1fff;
416 geo->vscale |= both_fields ? (BT848_VSCALE_INT << 8) : 0;
446 btaor((geo->vscale>>8), 0xe0, BT848_E_VSCALE_HI+off);
447 btwrite(geo->vscale & 0xff, BT848_E_VSCALE_LO+off);
H A Dbttvp.h128 u16 sheight,vscale,vdelay,vtotal; member in struct:bttv_geometry
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx231xx/
H A Dcx231xx-video.c896 unsigned int *hscale, unsigned int *vscale)
905 *vscale = (((unsigned long)maxh) << 12) / height - 4096L;
906 if (*vscale >= 0x4000)
907 *vscale = 0x3fff;
956 unsigned int hscale, vscale; local
970 get_scale(dev, width, height, &hscale, &vscale);
973 height = (((unsigned long)maxh) << 12) / (vscale + 4096L);
1025 get_scale(dev, dev->width, dev->height, &dev->hscale, &dev->vscale);
1072 get_scale(dev, dev->width, dev->height, &dev->hscale, &dev->vscale);
1955 dev->vscale
894 get_scale(struct cx231xx *dev, unsigned int width, unsigned int height, unsigned int *hscale, unsigned int *vscale) argument
[all...]
H A Dcx231xx.h482 unsigned vscale; /* vertical scale factor (see datasheet) */ member in struct:cx231xx
H A Dcx231xx-cards.c442 dev->vscale = 0;
H A Dcx231xx-avcore.c1057 return vid_blk_write_word(dev, VSCALE_CTRL, dev->vscale);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_legacy_crtc.c53 bool hscale = true, vscale = true; local
110 vscale = false;
120 vscale = false;
138 if (!vscale)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/em28xx/
H A Dem28xx-video.c998 unsigned int *hscale, unsigned int *vscale)
1007 *vscale = (((unsigned long)maxh) << 12) / height - 4096L;
1008 if (*vscale >= 0x4000)
1009 *vscale = 0x3fff;
1061 unsigned int hscale, vscale; local
1082 get_scale(dev, width, height, &hscale, &vscale);
1085 height = (((unsigned long)maxh) << 12) / (vscale + 4096L);
1116 get_scale(dev, dev->width, dev->height, &dev->hscale, &dev->vscale);
1190 get_scale(dev, dev->width, dev->height, &dev->hscale, &dev->vscale);
996 get_scale(struct em28xx *dev, unsigned int width, unsigned int height, unsigned int *hscale, unsigned int *vscale) argument
H A Dem28xx.h541 unsigned vscale; /* vertical scale factor (see datasheet) */ member in struct:em28xx
H A Dem28xx-core.c794 return em28xx_scaler_set(dev, dev->hscale, dev->vscale);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp8.c486 int part1_size, hscale, vscale, i, j, ret; local
519 vscale = vp8_rac_get_uint(c, 2);
520 if (hscale || vscale)
632 int header_size, hscale, vscale, ret; local
667 vscale = buf[6] >> 6;
671 if (hscale || vscale)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp8.c273 int header_size, hscale, vscale, i, j, k, l, m, ret; local
305 vscale = buf[6] >> 6;
309 if (hscale || vscale)

Completed in 103 milliseconds