Searched refs:sheight (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | btcx-risc.c | 88 btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win, in btcx_screen_clips() argument 115 if (win->top + win->height > sheight) { in btcx_screen_clips() 118 clips[n].c.top = sheight - win->top; in btcx_screen_clips()
|
D | btcx-risc.h | 19 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
|
D | bttv-risc.c | 360 sr = ((tvnorm->sheight >> (interleaved?0:1))*512)/height - 512; in bttv_calc_geo_old() 363 ((tvnorm->sheight>>4)&0x30) | ((vdelay>>2)&0xc0); in bttv_calc_geo_old() 367 geo->sheight = tvnorm->sheight; in bttv_calc_geo_old() 413 geo->sheight = c_height; in bttv_calc_geo() 423 ((geo->sheight >> 4) & 0x30) | in bttv_calc_geo() 452 btwrite(geo->sheight & 0xff, BT848_E_VACTIVE_LO+off); in bttv_apply_geo() 848 bttv_calc_geo(btv,&buf->geo,tvnorm->swidth,tvnorm->sheight, in bttv_buffer_risc()
|
D | bttvp.h | 93 u16 swidth, sheight; /* scaled standard width, height */ member 153 u16 sheight,vscale,vdelay,vtotal; member
|
D | bttv-driver.c | 269 vdelay, sheight, extraheight, videostart0) \ argument 276 .cropcap.bounds.height = (sheight) + (extraheight) + (vdelay) - \ 281 .cropcap.defrect.height = sheight, \ 294 .sheight = 576, 328 .sheight = 480, 355 .sheight = 576, 381 .sheight = 576, 407 .sheight = 480, 433 .sheight = 576, 459 .sheight = 480, [all …]
|
/linux-4.4.14/drivers/media/common/ |
D | btcx-risc.h | 21 int btcx_screen_clips(int swidth, int sheight, struct v4l2_rect *win,
|
/linux-4.4.14/drivers/media/pci/cx88/ |
D | cx88-core.c | 663 unsigned int sheight = norm_maxh(core->tvnorm); in cx88_set_scale() local 694 value = (0x10000 - (sheight * 512 / height - 512)) & 0x1fff; in cx88_set_scale() 699 cx_write(MO_VACTIVE_EVEN, sheight); in cx88_set_scale() 700 cx_write(MO_VACTIVE_ODD, sheight); in cx88_set_scale() 701 dprintk(1,"set_scale: vactive 0x%04x\n", sheight); in cx88_set_scale()
|
/linux-4.4.14/fs/gfs2/ |
D | bmap.c | 450 const unsigned int sheight, in gfs2_bmap_alloc() argument 469 BUG_ON(sheight < 1); in gfs2_bmap_alloc() 474 if (height == sheight) { in gfs2_bmap_alloc() 490 iblks = height - sheight; in gfs2_bmap_alloc() 504 i = sheight; in gfs2_bmap_alloc()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_overlay.c | 742 u32 swidth, swidthsw, sheight, ostride; in intel_overlay_do_put_image() local 797 sheight = params->src_h; in intel_overlay_do_put_image() 811 sheight |= (params->src_h/uv_vscale) << 16; in intel_overlay_do_put_image() 819 iowrite32(sheight, ®s->SHEIGHT); in intel_overlay_do_put_image()
|
/linux-4.4.14/drivers/media/pci/ngene/ |
D | ngene.h | 610 u16 swidth, sheight; /* scaled standard width, height */ member
|