Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/platform/s3c-camif/
Dcamif-core.c148 int source_x = camif_crop->width; in s3c_camif_get_scaler_config() local
157 ret = camif_get_scaler_factor(source_x, target_x, &scaler->pre_h_ratio, in s3c_camif_get_scaler_config()
167 scaler->pre_dst_width = source_x / scaler->pre_h_ratio; in s3c_camif_get_scaler_config()
170 scaler->main_h_ratio = (source_x << 8) / (target_x << scaler->h_shift); in s3c_camif_get_scaler_config()
173 scaler->scaleup_h = (target_x >= source_x); in s3c_camif_get_scaler_config()
183 source_x, source_y, target_x, target_y, in s3c_camif_get_scaler_config()