Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/exynos-gsc/
Dgsc-core.c396 u32 max_w, max_h, mod_x, mod_y; in gsc_try_fmt_mplane() local
419 mod_x = ffs(variant->pix_align->org_w) - 1; in gsc_try_fmt_mplane()
435 mod_x, mod_y, max_w, max_h); in gsc_try_fmt_mplane()
442 v4l_bound_align_image(&pix_mp->width, min_w, max_w, mod_x, in gsc_try_fmt_mplane()
523 u32 mod_x = 0, mod_y = 0, tmp_w, tmp_h; in gsc_try_selection() local
557 mod_x = ffs(variant->pix_align->target_w) - 1; in gsc_try_selection()
574 mod_x, mod_y, min_w, min_h); in gsc_try_selection()
577 v4l_bound_align_image(&tmp_w, min_w, max_w, mod_x, in gsc_try_selection()
/Linux-v5.4/drivers/media/platform/exynos4-is/
Dfimc-m2m.c273 u32 max_w, mod_x, mod_y; in fimc_try_fmt_mplane() local
290 mod_x = ffs(variant->min_inp_pixsize) - 1; in fimc_try_fmt_mplane()
293 mod_x = ffs(variant->min_out_pixsize) - 1; in fimc_try_fmt_mplane()
297 mod_x = 6; /* 64 x 32 pixels tile */ in fimc_try_fmt_mplane()
306 v4l_bound_align_image(&pix->width, 16, max_w, mod_x, in fimc_try_fmt_mplane()