Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/
H A Dcamif-core.h33 #define SCALER_MAX_RATIO 64 macro
H A Dcamif-capture.c735 sc_hrmax = min(SCALER_MAX_RATIO, 1 << (ffs(crop->width) - 3)); in __camif_video_try_format()
736 sc_vrmax = min(SCALER_MAX_RATIO, 1 << (ffs(crop->height) - 1)); in __camif_video_try_format()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.h33 #define SCALER_MAX_RATIO 64 macro
H A Dcamif-capture.c735 sc_hrmax = min(SCALER_MAX_RATIO, 1 << (ffs(crop->width) - 3)); in __camif_video_try_format()
736 sc_vrmax = min(SCALER_MAX_RATIO, 1 << (ffs(crop->height) - 1)); in __camif_video_try_format()

Completed in 6 milliseconds