Home
last modified time | relevance | path

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

/drivers/media/platform/samsung/exynos-gsc/
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 = 16,
Dgsc-core.h291 u16 sc_down_max; member