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

/drivers/media/video/
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;
H A Dsaa7146.h42 ushort swidth, sheight; member in struct:saa7146_window
/drivers/media/video/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.h90 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.c252 sheight height of active video in 2 * field lines.
256 vdelay, sheight, videostart0) \
263 .cropcap.bounds.height = (sheight) + (vdelay) - MIN_VDELAY, \
267 .cropcap.defrect.height = sheight, \
280 .sheight = 576,
304 /* sheight */ 576,
314 .sheight = 480,
333 /* sheight */ 480,
340 .sheight = 576,
358 /* sheight */ 57
[all...]
/drivers/media/video/cx88/
H A Dcx88-core.c704 unsigned int sheight = norm_maxh(core->tvnorm); local
735 value = (0x10000 - (sheight * 512 / height - 512)) & 0x1fff;
740 cx_write(MO_VACTIVE_EVEN, sheight);
741 cx_write(MO_VACTIVE_ODD, sheight);
742 dprintk(1,"set_scale: vactive 0x%04x\n", sheight);
/drivers/media/dvb/ngene/
H A Dngene.h610 u16 swidth, sheight; /* scaled standard width, height */ member in struct:ngene_tvnorm

Completed in 497 milliseconds