Searched refs:source_y (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/ |
H A D | camif-core.c | 147 int source_y = camif_crop->height; in s3c_camif_get_scaler_config() local 160 ret = camif_get_scaler_factor(source_y, target_y, &scaler->pre_v_ratio, in s3c_camif_get_scaler_config() 166 scaler->pre_dst_height = source_y / scaler->pre_v_ratio; in s3c_camif_get_scaler_config() 169 scaler->main_v_ratio = (source_y << 8) / (target_y << scaler->v_shift); in s3c_camif_get_scaler_config() 172 scaler->scaleup_v = (target_y >= source_y); in s3c_camif_get_scaler_config() 181 source_x, source_y, target_x, target_y, in s3c_camif_get_scaler_config()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/ |
H A D | camif-core.c | 148 int source_y = camif_crop->height; in s3c_camif_get_scaler_config() local 161 ret = camif_get_scaler_factor(source_y, target_y, &scaler->pre_v_ratio, in s3c_camif_get_scaler_config() 167 scaler->pre_dst_height = source_y / scaler->pre_v_ratio; in s3c_camif_get_scaler_config() 170 scaler->main_v_ratio = (source_y << 8) / (target_y << scaler->v_shift); in s3c_camif_get_scaler_config() 173 scaler->scaleup_v = (target_y >= source_y); in s3c_camif_get_scaler_config() 182 source_x, source_y, target_x, target_y, in s3c_camif_get_scaler_config()
|
Completed in 2 milliseconds