Searched refs:max_scale_up (Results 1 – 3 of 3) sorted by relevance
83 if (hw_res_info_.max_scale_down < 1 || hw_res_info_.max_scale_up < 1) { in Init()85 hw_res_info_.max_scale_down, hw_res_info_.max_scale_up); in Init()87 hw_res_info_.max_scale_up = 1; in Init()744 float max_scale_up = FLOAT(hw_res_info_.max_scale_up); in ValidateUpScaling() local747 if ((1.0f / scale_x) > max_scale_up) { in ValidateUpScaling()754 if ((1.0f / scale_y) > max_scale_up) { in ValidateUpScaling()
211 hw_resource->max_scale_up = UINT32(atoi(tokens[1])); in GetHWResourceInfo()314 DLOGI("Upscale Ratio = %d, Downscale Ratio = %d, Blending Stages = %d", hw_resource->max_scale_up, in GetHWResourceInfo()
127 uint32_t max_scale_up = 1; member