Home
last modified time | relevance | path

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

/drivers/media/platform/soc_camera/
Dsh_mobile_ceu_camera.c1129 int interm_width, interm_height; in sh_mobile_ceu_set_selection() local
1168 interm_width = scale_down(rect->width, scale_cam_h); in sh_mobile_ceu_set_selection()
1171 if (interm_width < icd->user_width) { in sh_mobile_ceu_set_selection()
1187 if (interm_width < icd->user_width || interm_height < icd->user_height) { in sh_mobile_ceu_set_selection()
1197 interm_width = scale_down(rect->width, scale_cam_h); in sh_mobile_ceu_set_selection()
1206 out_width = min(interm_width, icd->user_width); in sh_mobile_ceu_set_selection()
1209 out_width = interm_width; in sh_mobile_ceu_set_selection()
1217 scale_ceu_h = calc_scale(interm_width, &out_width); in sh_mobile_ceu_set_selection()