Searched refs:mod_y (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/platform/samsung/exynos-gsc/ |
H A D | gsc-core.c | 394 u32 max_w, max_h, mod_x, mod_y; in gsc_try_fmt_mplane() local 419 mod_y = ffs(variant->pix_align->org_h) - 1; in gsc_try_fmt_mplane() 421 mod_y = ffs(variant->pix_align->org_h) - 2; in gsc_try_fmt_mplane() 433 mod_x, mod_y, max_w, max_h); in gsc_try_fmt_mplane() 441 &pix_mp->height, min_h, max_h, mod_y, 0); in gsc_try_fmt_mplane() 521 u32 mod_x = 0, mod_y = 0, tmp_w, tmp_h; in gsc_try_selection() local 557 mod_y = ffs(variant->pix_align->target_h) - 1; in gsc_try_selection() 572 mod_x, mod_y, min_w, min_h); in gsc_try_selection() 576 &tmp_h, min_h, max_h, mod_y, 0); in gsc_try_selection()
|