Searched refs:swidth (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
103 if (win->left + win->width > swidth) {
105 clips[n].c.left = swidth - win->left;
H A Dsaa7146.h42 ushort swidth, sheight; member in struct:saa7146_window
/drivers/media/video/bt8xx/
H A Dbttv-risc.c343 int swidth = tvnorm->swidth; local
348 swidth = 720;
355 xsf = (width*scaledtwidth)/swidth;
358 geo->hdelay = (geo->hdelay*width)/swidth;
396 && width <= tvnorm->swidth /* see PAL-Nc et al */)
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
H A Dbttv-driver.c247 swidth width of active video and
255 #define CROPCAP(minhdelayx1, hdelayx1, swidth, totalwidth, sqwidth, \
266 .cropcap.defrect.width = swidth, \
279 .swidth = 924,
300 /* swidth */ 924,
313 .swidth = 768,
329 /* swidth */ 768,
339 .swidth = 924,
354 /* swidth */ 924,
364 .swidth
[all...]
/drivers/media/video/cx88/
H A Dcx88-core.c703 unsigned int swidth = norm_swidth(core->tvnorm); local
715 value = (width * norm_hdelay(core->tvnorm)) / swidth;
719 dprintk(1,"set_scale: hdelay 0x%04x (width %d)\n", value,swidth);
721 value = (swidth * 4096 / width) - 4096;
/drivers/media/dvb/ngene/
H A Dngene.h610 u16 swidth, sheight; /* scaled standard width, height */ member in struct:ngene_tvnorm

Completed in 193 milliseconds