Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/exynos-gsc/
H A 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
[all...]
H A Dgsc-core.h293 u16 sc_down_max; member
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c608 int tmp_w, tmp_h, sc_down_max; in gsc_check_scaler_ratio() local
611 sc_down_max = var->sc_down_max; in gsc_check_scaler_ratio()
613 sc_down_max = var->local_sc_down; in gsc_check_scaler_ratio()
623 if ((sw / tmp_w) > sc_down_max || in gsc_check_scaler_ratio()
624 (sh / tmp_h) > sc_down_max || in gsc_check_scaler_ratio()
993 .sc_down_max = 16,
1006 .sc_down_max = 16,
1019 .sc_down_max = 16,
1032 .sc_down_max
[all...]
H A Dgsc-core.h291 u16 sc_down_max; member

Completed in 5 milliseconds