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

/linux-4.4.14/drivers/media/platform/s3c-camif/
H A Dcamif-capture.c735 unsigned int wmin, hmin, sc_hrmax, sc_vrmax; __camif_video_try_format() local
757 sc_vrmax = min(SCALER_MAX_RATIO, 1 << (ffs(crop->height) - 1)); __camif_video_try_format()
761 hmin = max_t(u32, 8, crop->height / sc_vrmax); __camif_video_try_format()
774 pr_debug("%ux%u, wmin: %d, hmin: %d, sc_hrmax: %d, sc_vrmax: %d\n", __camif_video_try_format()
775 pix->width, pix->height, wmin, hmin, sc_hrmax, sc_vrmax); __camif_video_try_format()

Completed in 49 milliseconds