Searched refs:crop_h (Results 1 – 3 of 3) sorted by relevance
79 config->crop_h = frame->crop.height; in mtk_mdp_hw_set_in_size()112 config->crop_h = frame->crop.height; in mtk_mdp_hw_set_out_size()
93 int32_t crop_h; member
526 u32 crop_w, crop_h, comp_w, comp_h; in mdp_check_scaling_ratio() local529 crop_h = crop->height; in mdp_check_scaling_ratio()539 (crop_h / comp_h) > limit->v_scale_down_max || in mdp_check_scaling_ratio()541 (comp_h / crop_h) > limit->v_scale_up_max) in mdp_check_scaling_ratio()