Searched refs:min_reqd_height (Results 1 – 1 of 1) sorted by relevance
3166 unsigned int min_reqd_height, min_reqd_width; in ia_css_get_crop_offsets() local3187 min_reqd_height = effective_res->height + extra_row; in ia_css_get_crop_offsets()3190 if (input_res->height > min_reqd_height) { in ia_css_get_crop_offsets()3191 row = (input_res->height - min_reqd_height) / 2; in ia_css_get_crop_offsets()