Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/exynos-gsc/
Dgsc-core.c610 int tmp_w, tmp_h, sc_down_max; in gsc_check_scaler_ratio() local
613 sc_down_max = var->sc_down_max; in gsc_check_scaler_ratio()
615 sc_down_max = var->local_sc_down; in gsc_check_scaler_ratio()
625 if ((sw / tmp_w) > sc_down_max || in gsc_check_scaler_ratio()
626 (sh / tmp_h) > sc_down_max || in gsc_check_scaler_ratio()
995 .sc_down_max = 16,
1008 .sc_down_max = 16,
1021 .sc_down_max = 16,
1034 .sc_down_max = 16,
Dgsc-core.h293 u16 sc_down_max; member