Searched refs:scale_v (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 354 scale_v = soc_camera_calc_scale(rect->height, shift, mf_tmp->height); in soc_camera_client_scale() 365 *height = soc_camera_shift_scale(subrect->height, shift, scale_v); in soc_camera_client_scale() 384 unsigned int scale_v, scale_h; in soc_camera_calc_client_output() local 411 scale_v = soc_camera_calc_scale(subrect->height, shift, pix->height); 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() 420 mf->height = soc_camera_shift_scale(rect->height, shift, scale_v); 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 1360 scale_v = calc_scale(ceu_sub_height, &pix->height); in sh_mobile_ceu_set_fmt() 1365 scale_v = 0; in sh_mobile_ceu_set_fmt() 1368 pcdev->cflcr = scale_h | (scale_v << 16); in sh_mobile_ceu_set_fmt() 1377 ceu_sub_height, scale_v, pix->height); 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 1216 scale_v = SCALE_FACTOR * dst_h / src_h; in sti_hqvdp_atomic_update() 1217 sti_hqvdp_update_hvsrc(HVSRC_VERT, scale_v, &cmd->hvsrc); in sti_hqvdp_atomic_update()
|