Searched refs:sc_vrmax (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/ |
H A D | camif-capture.c | 714 unsigned int wmin, hmin, sc_hrmax, sc_vrmax; in __camif_video_try_format() local 736 sc_vrmax = min(SCALER_MAX_RATIO, 1 << (ffs(crop->height) - 1)); in __camif_video_try_format() 740 hmin = max_t(u32, 8, crop->height / sc_vrmax); in __camif_video_try_format() 753 pr_debug("%ux%u, wmin: %d, hmin: %d, sc_hrmax: %d, sc_vrmax: %d\n", in __camif_video_try_format() 754 pix->width, pix->height, wmin, hmin, sc_hrmax, sc_vrmax); in __camif_video_try_format()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/ |
H A D | camif-capture.c | 714 unsigned int wmin, hmin, sc_hrmax, sc_vrmax; in __camif_video_try_format() local 736 sc_vrmax = min(SCALER_MAX_RATIO, 1 << (ffs(crop->height) - 1)); in __camif_video_try_format() 740 hmin = max_t(u32, 8, crop->height / sc_vrmax); in __camif_video_try_format() 753 pr_debug("%ux%u, wmin: %d, hmin: %d, sc_hrmax: %d, sc_vrmax: %d\n", in __camif_video_try_format() 754 pix->width, pix->height, wmin, hmin, sc_hrmax, sc_vrmax); in __camif_video_try_format()
|
Completed in 5 milliseconds