Searched refs:interm_width (Results 1 – 1 of 1) sorted by relevance
1130 int interm_width, interm_height; in sh_mobile_ceu_set_selection() local1169 interm_width = scale_down(rect->width, scale_cam_h); in sh_mobile_ceu_set_selection()1172 if (interm_width < icd->user_width) { in sh_mobile_ceu_set_selection()1188 if (interm_width < icd->user_width || interm_height < icd->user_height) { in sh_mobile_ceu_set_selection()1198 interm_width = scale_down(rect->width, scale_cam_h); in sh_mobile_ceu_set_selection()1207 out_width = min(interm_width, icd->user_width); in sh_mobile_ceu_set_selection()1210 out_width = interm_width; in sh_mobile_ceu_set_selection()1218 scale_ceu_h = calc_scale(interm_width, &out_width); in sh_mobile_ceu_set_selection()