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

/drivers/media/platform/s3c-camif/
H A Dcamif-core.c158 int target_y = vp->out_frame.rect.height; local
162 swap(target_x, target_y);
169 ret = camif_get_scaler_factor(source_y, target_y, &scaler->pre_v_ratio,
178 scaler->main_v_ratio = (source_y << 8) / (target_y << scaler->v_shift);
181 scaler->scaleup_v = (target_y >= source_y);
190 source_x, source_y, target_x, target_y,

Completed in 28 milliseconds