Searched refs:swidth (Results 1 – 8 of 8) sorted by relevance
/drivers/media/video/ |
D | btcx-risc.c | 92 btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win, in btcx_screen_clips() argument 103 if (win->left + win->width > swidth) { in btcx_screen_clips() 105 clips[n].c.left = swidth - win->left; in btcx_screen_clips()
|
D | btcx-risc.h | 21 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
|
D | saa7146.h | 44 ushort swidth, sheight; member
|
D | stradis.c | 1267 clip_draw_rectangle(clipmap, (saa->win.x + width > saa->win.swidth) ? in make_clip_tab() 1268 (saa->win.swidth - saa->win.x) : width, 0, 1024, 768); in make_clip_tab() 1452 v.width = saa->win.swidth; in saa_ioctl() 1474 saa->win.swidth = v.width; in saa_ioctl() 1941 saa->win.swidth = 1024; in configure_saa7146()
|
/drivers/media/video/bt8xx/ |
D | bttv-risc.c | 340 int swidth = tvnorm->swidth; in bttv_calc_geo_old() local 345 swidth = 720; in bttv_calc_geo_old() 352 xsf = (width*scaledtwidth)/swidth; in bttv_calc_geo_old() 355 geo->hdelay = (geo->hdelay*width)/swidth; in bttv_calc_geo_old() 393 && width <= tvnorm->swidth /* see PAL-Nc et al */) in bttv_calc_geo() 847 bttv_calc_geo(btv,&buf->geo,tvnorm->swidth,tvnorm->sheight, in bttv_buffer_risc()
|
D | bttvp.h | 94 u16 swidth, sheight; /* scaled standard width, height */ member
|
D | bttv-driver.c | 241 #define CROPCAP(minhdelayx1, hdelayx1, swidth, totalwidth, sqwidth, \ argument 252 .cropcap.defrect.width = swidth, \ 265 .swidth = 924, 299 .swidth = 768, 325 .swidth = 924, 350 .swidth = 640, 375 .swidth = 640, 400 .swidth = 768, 425 .swidth = 640, 453 .swidth = 924,
|
/drivers/media/video/cx88/ |
D | cx88-core.c | 689 unsigned int swidth = norm_swidth(core->tvnorm); in cx88_set_scale() local 701 value = (width * norm_hdelay(core->tvnorm)) / swidth; in cx88_set_scale() 705 dprintk(1,"set_scale: hdelay 0x%04x (width %d)\n", value,swidth); in cx88_set_scale() 707 value = (swidth * 4096 / width) - 4096; in cx88_set_scale()
|