Searched refs:source_x (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.c147 int source_x = camif_crop->width; local
156 ret = camif_get_scaler_factor(source_x, target_x, &scaler->pre_h_ratio,
166 scaler->pre_dst_width = source_x / scaler->pre_h_ratio;
169 scaler->main_h_ratio = (source_x << 8) / (target_x << scaler->h_shift);
172 scaler->scaleup_h = (target_x >= source_x);
182 source_x, source_y, target_x, target_y,

Completed in 148 milliseconds