Searched refs:SCALER_MAX_RATIO (Results 1 – 2 of 2) sorted by relevance
33 #define SCALER_MAX_RATIO 64 macro
735 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()