Home
last modified time | relevance | path

Searched refs:sheight (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/drivers/media/pci/bt8xx/
Dbtcx-risc.c83 btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win, in btcx_screen_clips() argument
110 if (win->top + win->height > sheight) { in btcx_screen_clips()
113 clips[n].c.top = sheight - win->top; in btcx_screen_clips()
Dbttv-risc.c350 sr = ((tvnorm->sheight >> (interleaved?0:1))*512)/height - 512; in bttv_calc_geo_old()
353 ((tvnorm->sheight>>4)&0x30) | ((vdelay>>2)&0xc0); in bttv_calc_geo_old()
357 geo->sheight = tvnorm->sheight; in bttv_calc_geo_old()
403 geo->sheight = c_height; in bttv_calc_geo()
413 ((geo->sheight >> 4) & 0x30) | in bttv_calc_geo()
442 btwrite(geo->sheight & 0xff, BT848_E_VACTIVE_LO+off); in bttv_apply_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,
Dbttvp.h81 u16 swidth, sheight; /* scaled standard width, height */ member
141 u16 sheight,vscale,vdelay,vtotal; member
Dbttv-driver.c256 vdelay, sheight, extraheight, videostart0) \ argument
263 .cropcap.bounds.height = (sheight) + (extraheight) + (vdelay) - \
268 .cropcap.defrect.height = sheight, \
281 .sheight = 576,
315 .sheight = 480,
342 .sheight = 576,
368 .sheight = 576,
394 .sheight = 480,
420 .sheight = 576,
446 .sheight = 480,
[all …]
/linux-5.19.10/drivers/media/common/
Dbtcx-risc.h22 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
/linux-5.19.10/drivers/media/pci/cx88/
Dcx88-core.c674 unsigned int sheight = norm_maxh(core->tvnorm); in cx88_set_scale() local
705 value = (0x10000 - (sheight * 512 / height - 512)) & 0x1fff; in cx88_set_scale()
710 cx_write(MO_VACTIVE_EVEN, sheight); in cx88_set_scale()
711 cx_write(MO_VACTIVE_ODD, sheight); in cx88_set_scale()
712 dprintk(1, "set_scale: vactive 0x%04x\n", sheight); in cx88_set_scale()
/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_overlay.c792 u32 swidth, swidthsw, sheight, ostride; in intel_overlay_do_put_image() local
847 sheight = params->src_height; in intel_overlay_do_put_image()
857 sheight |= (params->src_height / uv_vscale) << 16; in intel_overlay_do_put_image()
875 iowrite32(sheight, &regs->SHEIGHT); in intel_overlay_do_put_image()
/linux-5.19.10/drivers/media/pci/ngene/
Dngene.h612 u16 swidth, sheight; /* scaled standard width, height */ member