Searched refs:vscale (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/media/i2c/ |
| H A D | tw9910.c | 220 u16 vscale; member 240 .vscale = 0x0100, 247 .vscale = 0x0100, 254 .vscale = 0x0200, 261 .vscale = 0x0200, 268 .vscale = 0x0400, 275 .vscale = 0x0400, 285 .vscale = 0x0100, 292 .vscale = 0x0100, 299 .vscale = 0x0200, [all …]
|
| H A D | bt819.c | 66 int vscale; member
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_rect.c | 209 int vscale = drm_calc_scale(src_h, dst_h); in drm_rect_calc_vscale() local 211 if (vscale < 0 || dst_h == 0) in drm_rect_calc_vscale() 212 return vscale; in drm_rect_calc_vscale() 214 if (vscale < min_vscale || vscale > max_vscale) in drm_rect_calc_vscale() 217 return vscale; in drm_rect_calc_vscale()
|
| H A D | drm_atomic_helper.c | 904 int hscale, vscale; in drm_atomic_helper_check_plane_state() local 932 vscale = drm_rect_calc_vscale(src, dst, min_scale, max_scale); in drm_atomic_helper_check_plane_state() 933 if (hscale < 0 || vscale < 0) { in drm_atomic_helper_check_plane_state()
|
| /linux/drivers/media/pci/cx25821/ |
| H A D | cx25821-medusa-video.c | 412 u32 vscale = 0x0; in medusa_set_resolution() local 433 vscale = 0x0; in medusa_set_resolution() 438 vscale = 0x0; in medusa_set_resolution() 443 vscale = 0x1E00; in medusa_set_resolution() 448 vscale = 0x1E00; in medusa_set_resolution() 453 vscale = 0x0; in medusa_set_resolution() 462 VSCALE_CTRL + (0x200 * decoder), vscale); in medusa_set_resolution()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | selection-api-examples.rst | 74 double hscale, vscale; 85 vscale = (double)compose.r.height / crop.r.height;
|
| H A D | crop.rst | 271 double hscale, vscale; 307 vscale = format.fmt.pix.height / (double) crop.c.height; 311 aspect = aspect * hscale / vscale;
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttv-risc.c | 262 geo->vscale = (0x10000UL-sr) & 0x1fff; in bttv_calc_geo_old() 265 geo->vscale |= interleaved ? (BT848_VSCALE_INT<<8) : 0; in bttv_calc_geo_old() 318 geo->vscale = (0x10000UL - sr) & 0x1fff; in bttv_calc_geo() 319 geo->vscale |= both_fields ? (BT848_VSCALE_INT << 8) : 0; in bttv_calc_geo() 349 btaor((geo->vscale>>8), 0xe0, BT848_E_VSCALE_HI+off); in bttv_apply_geo() 350 btwrite(geo->vscale & 0xff, BT848_E_VSCALE_LO+off); in bttv_apply_geo()
|
| H A D | bttvp.h | 140 u16 sheight,vscale,vdelay,vtotal; member
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_legacy_crtc.c | 57 bool hscale = true, vscale = true; in radeon_legacy_rmx_mode_set() local 116 vscale = false; in radeon_legacy_rmx_mode_set() 126 vscale = false; in radeon_legacy_rmx_mode_set() 144 if (!vscale) in radeon_legacy_rmx_mode_set()
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_plane.c | 1015 int hscale, vscale; in intel_plane_check_clipping() local 1026 vscale = drm_rect_calc_vscale(src, dst, min_scale, max_scale); in intel_plane_check_clipping() 1027 if (hscale < 0 || vscale < 0) { in intel_plane_check_clipping()
|
| H A D | intel_display_types.h | 739 int vscale; member
|
| /linux/drivers/media/usb/em28xx/ |
| H A D | em28xx.h | 584 unsigned int vscale; /* vertical scale factor (see datasheet) */ member
|