Home
last modified time | relevance | path

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

/drivers/media/pci/bt8xx/
Dbtcx-risc.c83 btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win, in btcx_screen_clips() argument
94 if (win->left + win->width > swidth) { in btcx_screen_clips()
96 clips[n].c.left = swidth - win->left; in btcx_screen_clips()
Dbttv-risc.c333 int swidth = tvnorm->swidth; in bttv_calc_geo_old() local
338 swidth = 720; in bttv_calc_geo_old()
345 xsf = (width*scaledtwidth)/swidth; in bttv_calc_geo_old()
348 geo->hdelay = (geo->hdelay*width)/swidth; in bttv_calc_geo_old()
386 && width <= tvnorm->swidth /* see PAL-Nc et al */) in bttv_calc_geo()
837 bttv_calc_geo(btv,&buf->geo,tvnorm->swidth,tvnorm->sheight, in bttv_buffer_risc()
Dbtcx-risc.h20 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
Dbttv-driver.c255 #define CROPCAP(minhdelayx1, hdelayx1, swidth, totalwidth, sqwidth, \ argument
267 .cropcap.defrect.width = swidth, \
280 .swidth = 924,
314 .swidth = 768,
341 .swidth = 924,
367 .swidth = 640,
393 .swidth = 640,
419 .swidth = 768,
445 .swidth = 640,
474 .swidth = 924,
Dbttvp.h81 u16 swidth, sheight; /* scaled standard width, height */ member
/drivers/dma/
Dmpc512x_dma.c206 u8 swidth; member
754 if (!IS_ALIGNED(sg_dma_address(sg), mchan->swidth)) in mpc_dma_prep_slave_sg()
757 tcd->soff = mchan->swidth; in mpc_dma_prep_slave_sg()
761 tcd->ssize = buswidth_to_dmatsize(mchan->swidth); in mpc_dma_prep_slave_sg()
766 if (!IS_ALIGNED(tcd->nbytes, mchan->swidth)) in mpc_dma_prep_slave_sg()
863 mchan->swidth = cfg->src_addr_width; in mpc_dma_device_config()
/drivers/media/common/
Dbtcx-risc.h22 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
/drivers/media/pci/cx88/
Dcx88-core.c673 unsigned int swidth = norm_swidth(core->tvnorm); in cx88_set_scale() local
685 value = (width * norm_hdelay(core->tvnorm)) / swidth; in cx88_set_scale()
689 dprintk(1, "set_scale: hdelay 0x%04x (width %d)\n", value, swidth); in cx88_set_scale()
691 value = (swidth * 4096 / width) - 4096; in cx88_set_scale()
/drivers/gpu/drm/i915/display/
Dintel_overlay.c790 u32 swidth, swidthsw, sheight, ostride; in intel_overlay_do_put_image() local
843 swidth = params->src_width; in intel_overlay_do_put_image()
854 swidth |= (params->src_width / uv_hscale) << 16; in intel_overlay_do_put_image()
871 iowrite32(swidth, &regs->SWIDTH); in intel_overlay_do_put_image()
/drivers/media/pci/ngene/
Dngene.h612 u16 swidth, sheight; /* scaled standard width, height */ member