Searched refs:sheight (Results 1 - 8 of 8) sorted by relevance

/drivers/media/common/
H A Dbtcx-risc.h21 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
H A Dbtcx-risc.c92 btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win, argument
119 if (win->top + win->height > sheight) {
122 clips[n].c.top = sheight - win->top;
/drivers/media/pci/bt8xx/
H A Dbttv-risc.c360 sr = ((tvnorm->sheight >> (interleaved?0:1))*512)/height - 512;
363 ((tvnorm->sheight>>4)&0x30) | ((vdelay>>2)&0xc0);
367 geo->sheight = tvnorm->sheight;
413 geo->sheight = c_height;
423 ((geo->sheight >> 4) & 0x30) |
452 btwrite(geo->sheight & 0xff, BT848_E_VACTIVE_LO+off);
848 bttv_calc_geo(btv,&buf->geo,tvnorm->swidth,tvnorm->sheight,
H A Dbttvp.h92 u16 swidth, sheight; /* scaled standard width, height */ member in struct:bttv_tvnorm
152 u16 sheight,vscale,vdelay,vtotal; member in struct:bttv_geometry
H A Dbttv-driver.c264 sheight height of active video in 2 * field lines.
265 extraheight Added to sheight for cropcap.bounds.height only
269 vdelay, sheight, extraheight, videostart0) \
276 .cropcap.bounds.height = (sheight) + (extraheight) + (vdelay) - \
281 .cropcap.defrect.height = sheight, \
294 .sheight = 576,
318 /* sheight */ 576,
328 .sheight = 480,
347 /* sheight */ 480,
355 .sheight
[all...]
/drivers/media/pci/cx88/
H A Dcx88-core.c706 unsigned int sheight = norm_maxh(core->tvnorm); local
737 value = (0x10000 - (sheight * 512 / height - 512)) & 0x1fff;
742 cx_write(MO_VACTIVE_EVEN, sheight);
743 cx_write(MO_VACTIVE_ODD, sheight);
744 dprintk(1,"set_scale: vactive 0x%04x\n", sheight);
/drivers/gpu/drm/i915/
H A Dintel_overlay.c692 u32 swidth, swidthsw, sheight, ostride; local
747 sheight = params->src_h;
761 sheight |= (params->src_h/uv_vscale) << 16;
769 iowrite32(sheight, &regs->SHEIGHT);
/drivers/media/pci/ngene/
H A Dngene.h610 u16 swidth, sheight; /* scaled standard width, height */ member in struct:ngene_tvnorm

Completed in 136 milliseconds