Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/soc_camera/
Dsh_mobile_ceu_camera.c1218 unsigned int scale_cam_h, scale_cam_v, scale_ceu_h, scale_ceu_v, in sh_mobile_ceu_set_crop() local
1255 scale_cam_h = calc_generic_scale(cam_rect->width, mf.width); in sh_mobile_ceu_set_crop()
1259 interm_width = scale_down(rect->width, scale_cam_h); in sh_mobile_ceu_set_crop()
1286 scale_cam_h = calc_generic_scale(cam_rect->width, mf.width); in sh_mobile_ceu_set_crop()
1288 interm_width = scale_down(rect->width, scale_cam_h); in sh_mobile_ceu_set_crop()
1323 cam->ceu_left = scale_down(rect->left - cam_rect->left, scale_cam_h) & ~1; in sh_mobile_ceu_set_crop()