Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/exynos-gsc/
Dgsc-core.c422 u32 max_w, max_h, mod_x, mod_y; in gsc_try_fmt_mplane() local
445 mod_x = ffs(variant->pix_align->org_w) - 1; in gsc_try_fmt_mplane()
461 mod_x, mod_y, max_w, max_h); in gsc_try_fmt_mplane()
468 v4l_bound_align_image(&pix_mp->width, min_w, max_w, mod_x, in gsc_try_fmt_mplane()
562 u32 mod_x = 0, mod_y = 0, tmp_w, tmp_h; in gsc_try_crop() local
596 mod_x = ffs(variant->pix_align->target_w) - 1; in gsc_try_crop()
613 mod_x, mod_y, min_w, min_h); in gsc_try_crop()
616 v4l_bound_align_image(&tmp_w, min_w, max_w, mod_x, in gsc_try_crop()
/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-m2m.c279 u32 max_w, mod_x, mod_y; in fimc_try_fmt_mplane() local
296 mod_x = ffs(variant->min_inp_pixsize) - 1; in fimc_try_fmt_mplane()
299 mod_x = ffs(variant->min_out_pixsize) - 1; in fimc_try_fmt_mplane()
303 mod_x = 6; /* 64 x 32 pixels tile */ in fimc_try_fmt_mplane()
312 v4l_bound_align_image(&pix->width, 16, max_w, mod_x, in fimc_try_fmt_mplane()