Home
last modified time | relevance | path

Searched refs:scale_v (Results 1 – 3 of 3) sorted by relevance

/drivers/media/platform/soc_camera/
Dsoc_scale_crop.c331 unsigned int scale_h, scale_v; in soc_camera_client_scale() local
352 scale_v = soc_camera_calc_scale(rect->height, shift, mf_tmp->height); in soc_camera_client_scale()
363 *height = soc_camera_shift_scale(subrect->height, shift, scale_v); in soc_camera_client_scale()
382 unsigned int scale_v, scale_h; in soc_camera_calc_client_output() local
409 scale_v = soc_camera_calc_scale(subrect->height, shift, pix->height); in soc_camera_calc_client_output()
411 dev_geo(dev, "3: scales %u:%u\n", scale_h, scale_v); in soc_camera_calc_client_output()
418 mf->height = soc_camera_shift_scale(rect->height, shift, scale_v); in soc_camera_calc_client_output()
Dsh_mobile_ceu_camera.c1277 u16 scale_v, scale_h; in sh_mobile_ceu_set_fmt() local
1359 scale_v = calc_scale(ceu_sub_height, &pix->height); in sh_mobile_ceu_set_fmt()
1364 scale_v = 0; in sh_mobile_ceu_set_fmt()
1367 pcdev->cflcr = scale_h | (scale_v << 16); in sh_mobile_ceu_set_fmt()
1376 ceu_sub_height, scale_v, pix->height); in sh_mobile_ceu_set_fmt()
/drivers/gpu/drm/sti/
Dsti_hqvdp.c1110 int scale_h, scale_v; in sti_hqvdp_atomic_update() local
1195 scale_v = SCALE_FACTOR * dst_h / src_h; in sti_hqvdp_atomic_update()
1196 sti_hqvdp_update_hvsrc(HVSRC_VERT, scale_v, &cmd->hvsrc); in sti_hqvdp_atomic_update()