Home
last modified time | relevance | path

Searched refs:scale_h (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
351 scale_h = soc_camera_calc_scale(rect->width, shift, mf_tmp->width); in soc_camera_client_scale()
362 *width = soc_camera_shift_scale(subrect->width, shift, scale_h); in soc_camera_client_scale()
382 unsigned int scale_v, scale_h; in soc_camera_calc_client_output() local
408 scale_h = soc_camera_calc_scale(subrect->width, shift, pix->width); 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()
417 mf->width = soc_camera_shift_scale(rect->width, shift, scale_h); in soc_camera_calc_client_output()
Dsh_mobile_ceu_camera.c1277 u16 scale_v, scale_h; in sh_mobile_ceu_set_fmt() local
1358 scale_h = calc_scale(ceu_sub_width, &pix->width); in sh_mobile_ceu_set_fmt()
1363 scale_h = 0; in sh_mobile_ceu_set_fmt()
1367 pcdev->cflcr = scale_h | (scale_v << 16); in sh_mobile_ceu_set_fmt()
1375 ceu_sub_width, scale_h, pix->width, in sh_mobile_ceu_set_fmt()
/drivers/gpu/drm/sti/
Dsti_hqvdp.c1110 int scale_h, scale_v; in sti_hqvdp_atomic_update() local
1192 scale_h = SCALE_FACTOR * dst_w / src_w; in sti_hqvdp_atomic_update()
1193 sti_hqvdp_update_hvsrc(HVSRC_HORI, scale_h, &cmd->hvsrc); in sti_hqvdp_atomic_update()