Searched refs:scale_h (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/media/platform/soc_camera/ |
D | soc_scale_crop.c | 333 unsigned int scale_h, scale_v; in soc_camera_client_scale() local 353 scale_h = soc_camera_calc_scale(rect->width, shift, mf_tmp->width); in soc_camera_client_scale() 364 *width = soc_camera_shift_scale(subrect->width, shift, scale_h); in soc_camera_client_scale() 384 unsigned int scale_v, scale_h; in soc_camera_calc_client_output() local 410 scale_h = soc_camera_calc_scale(subrect->width, shift, pix->width); in soc_camera_calc_client_output() 413 dev_geo(dev, "3: scales %u:%u\n", scale_h, scale_v); in soc_camera_calc_client_output() 419 mf->width = soc_camera_shift_scale(rect->width, shift, scale_h); in soc_camera_calc_client_output()
|
D | sh_mobile_ceu_camera.c | 1278 u16 scale_v, scale_h; in sh_mobile_ceu_set_fmt() local 1359 scale_h = calc_scale(ceu_sub_width, &pix->width); in sh_mobile_ceu_set_fmt() 1364 scale_h = 0; in sh_mobile_ceu_set_fmt() 1368 pcdev->cflcr = scale_h | (scale_v << 16); in sh_mobile_ceu_set_fmt() 1376 ceu_sub_width, scale_h, pix->width, in sh_mobile_ceu_set_fmt()
|
/Linux-v4.19/drivers/gpu/drm/sti/ |
D | sti_hqvdp.c | 1116 int scale_h, scale_v; in sti_hqvdp_atomic_update() local 1213 scale_h = SCALE_FACTOR * dst_w / src_w; in sti_hqvdp_atomic_update() 1214 sti_hqvdp_update_hvsrc(HVSRC_HORI, scale_h, &cmd->hvsrc); in sti_hqvdp_atomic_update()
|