Searched refs:target_x (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/platform/s3c-camif/
H A Dcamif-core.c157 int target_x = vp->out_frame.rect.width; s3c_camif_get_scaler_config() local
162 swap(target_x, target_y); s3c_camif_get_scaler_config()
164 ret = camif_get_scaler_factor(source_x, target_x, &scaler->pre_h_ratio, s3c_camif_get_scaler_config()
177 scaler->main_h_ratio = (source_x << 8) / (target_x << scaler->h_shift); s3c_camif_get_scaler_config()
180 scaler->scaleup_h = (target_x >= source_x); s3c_camif_get_scaler_config()
190 source_x, source_y, target_x, target_y, s3c_camif_get_scaler_config()

Completed in 86 milliseconds