Searched refs:source_y (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.c148 int source_y = camif_crop->height; local
161 ret = camif_get_scaler_factor(source_y, target_y, &scaler->pre_v_ratio,
167 scaler->pre_dst_height = source_y / scaler->pre_v_ratio;
170 scaler->main_v_ratio = (source_y << 8) / (target_y << scaler->v_shift);
173 scaler->scaleup_v = (target_y >= source_y);
182 source_x, source_y, target_x, target_y,

Completed in 182 milliseconds