Home
last modified time | relevance | path

Searched refs:swidth (Results 1 – 8 of 8) sorted by relevance

/drivers/media/video/
Dbtcx-risc.c92 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()
Dbtcx-risc.h21 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
Dsaa7146.h44 ushort swidth, sheight; member
Dstradis.c1267 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/
Dbttv-risc.c340 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()
Dbttvp.h94 u16 swidth, sheight; /* scaled standard width, height */ member
Dbttv-driver.c241 #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/
Dcx88-core.c689 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()