Searched refs:mod_y (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/media/platform/samsung/exynos-gsc/ |
D | gsc-core.c | 395 u32 max_w, max_h, mod_x, mod_y; in gsc_try_fmt_mplane() local 420 mod_y = ffs(variant->pix_align->org_h) - 1; in gsc_try_fmt_mplane() 422 mod_y = ffs(variant->pix_align->org_h) - 2; in gsc_try_fmt_mplane() 434 mod_x, mod_y, max_w, max_h); in gsc_try_fmt_mplane() 442 &pix_mp->height, min_h, max_h, mod_y, 0); in gsc_try_fmt_mplane() 522 u32 mod_x = 0, mod_y = 0, tmp_w, tmp_h; in gsc_try_selection() local 558 mod_y = ffs(variant->pix_align->target_h) - 1; in gsc_try_selection() 573 mod_x, mod_y, min_w, min_h); in gsc_try_selection() 577 &tmp_h, min_h, max_h, mod_y, 0); in gsc_try_selection()
|
/linux-6.1.9/drivers/media/platform/samsung/exynos4-is/ |
D | fimc-m2m.c | 270 u32 max_w, mod_x, mod_y; in fimc_try_fmt_mplane() local 295 mod_y = 5; in fimc_try_fmt_mplane() 298 mod_y = fimc_fmt_is_rgb(fmt->color) ? 0 : 1; in fimc_try_fmt_mplane() 300 mod_y = ffs(variant->min_vsize_align) - 1; in fimc_try_fmt_mplane() 304 &pix->height, 8, variant->pix_limit->scaler_dis_w, mod_y, 0); in fimc_try_fmt_mplane()
|