Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/s3c-camif/
Dcamif-core.c157 int source_y = camif_crop->height; in s3c_camif_get_scaler_config() local
170 ret = camif_get_scaler_factor(source_y, target_y, &scaler->pre_v_ratio, in s3c_camif_get_scaler_config()
176 scaler->pre_dst_height = source_y / scaler->pre_v_ratio; in s3c_camif_get_scaler_config()
179 scaler->main_v_ratio = (source_y << 8) / (target_y << scaler->v_shift); in s3c_camif_get_scaler_config()
182 scaler->scaleup_v = (target_y >= source_y); in s3c_camif_get_scaler_config()
191 source_x, source_y, target_x, target_y, in s3c_camif_get_scaler_config()