Searched refs:sc_hrmax (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/media/platform/s3c-camif/ |
| D | camif-capture.c | 735 unsigned int wmin, hmin, sc_hrmax, sc_vrmax; in __camif_video_try_format() local 756 sc_hrmax = min(SCALER_MAX_RATIO, 1 << (ffs(crop->width) - 3)); in __camif_video_try_format() 759 wmin = max_t(u32, pix_lim->min_out_width, crop->width / sc_hrmax); in __camif_video_try_format() 775 pix->width, pix->height, wmin, hmin, sc_hrmax, sc_vrmax); in __camif_video_try_format()
|