Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/soc_camera/
Dsoc_scale_crop.c313 unsigned int scale_h, scale_v; in soc_camera_client_scale() local
334 scale_v = soc_camera_calc_scale(rect->height, shift, mf_tmp.height); in soc_camera_client_scale()
345 *height = soc_camera_shift_scale(subrect->height, shift, scale_v); in soc_camera_client_scale()
364 unsigned int scale_v, scale_h; in soc_camera_calc_client_output() local
391 scale_v = soc_camera_calc_scale(subrect->height, shift, pix->height); in soc_camera_calc_client_output()
393 dev_geo(dev, "3: scales %u:%u\n", scale_h, scale_v); in soc_camera_calc_client_output()
400 mf->height = soc_camera_shift_scale(rect->height, shift, scale_v); in soc_camera_calc_client_output()
Dsh_mobile_ceu_camera.c1369 u16 scale_v, scale_h; in sh_mobile_ceu_set_fmt() local
1451 scale_v = calc_scale(ceu_sub_height, &pix->height); in sh_mobile_ceu_set_fmt()
1456 scale_v = 0; in sh_mobile_ceu_set_fmt()
1459 pcdev->cflcr = scale_h | (scale_v << 16); in sh_mobile_ceu_set_fmt()
1468 ceu_sub_height, scale_v, pix->height); in sh_mobile_ceu_set_fmt()
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_hqvdp.c529 int scale_h, scale_v; in sti_hqvdp_prepare_layer() local
619 scale_v = SCALE_FACTOR * layer->dst_h / layer->src_h; in sti_hqvdp_prepare_layer()
620 sti_hqvdp_update_hvsrc(HVSRC_VERT, scale_v, &cmd->hvsrc); in sti_hqvdp_prepare_layer()