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

/linux-4.1.27/drivers/media/platform/exynos-gsc/
H A Dgsc-core.c611 int tmp_w, tmp_h, sc_down_max; gsc_check_scaler_ratio() local
614 sc_down_max = var->sc_down_max; gsc_check_scaler_ratio()
616 sc_down_max = var->local_sc_down; gsc_check_scaler_ratio()
626 if ((sw / tmp_w) > sc_down_max || gsc_check_scaler_ratio()
627 (sh / tmp_h) > sc_down_max || gsc_check_scaler_ratio()
953 .sc_down_max = 16,
H A Dgsc-core.h299 u16 sc_down_max; member in struct:gsc_variant

Completed in 110 milliseconds