Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/s3c-camif/
Dcamif-capture.c736 unsigned int wmin, hmin, sc_hrmax, sc_vrmax; in __camif_video_try_format() local
758 sc_vrmax = min(SCALER_MAX_RATIO, 1 << (ffs(crop->height) - 1)); in __camif_video_try_format()
762 hmin = max_t(u32, 8, crop->height / sc_vrmax); in __camif_video_try_format()
776 pix->width, pix->height, wmin, hmin, sc_hrmax, sc_vrmax); in __camif_video_try_format()