Searched refs:mod_x (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/exynos-gsc/ |
H A D | gsc-core.c | 396 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() 434 pr_debug("mod_x: %d, mod_y: %d, max_w: %d, max_h = %d", 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() 573 pr_debug("mod_x: %d, mod_y: %d, min_w: %d, min_h = %d", 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() [all...] |
/kernel/linux/linux-6.6/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 417 mod_x = ffs(variant->pix_align->org_w) - 1; in gsc_try_fmt_mplane() 432 pr_debug("mod_x: %d, mod_y: %d, max_w: %d, max_h = %d", in gsc_try_fmt_mplane() 433 mod_x, mod_y, max_w, max_h); in gsc_try_fmt_mplane() 440 v4l_bound_align_image(&pix_mp->width, min_w, max_w, mod_x, in gsc_try_fmt_mplane() 521 u32 mod_x = 0, mod_y = 0, tmp_w, tmp_h; in gsc_try_selection() local 555 mod_x = ffs(variant->pix_align->target_w) - 1; in gsc_try_selection() 571 pr_debug("mod_x: %d, mod_y: %d, min_w: %d, min_h = %d", in gsc_try_selection() 572 mod_x, mod_y, min_w, min_h); in gsc_try_selection() 575 v4l_bound_align_image(&tmp_w, min_w, max_w, mod_x, in gsc_try_selection() [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/ |
H A D | fimc-m2m.c | 270 u32 max_w, mod_x, mod_y; in fimc_try_fmt_mplane() local 287 mod_x = ffs(variant->min_inp_pixsize) - 1; in fimc_try_fmt_mplane() 290 mod_x = ffs(variant->min_out_pixsize) - 1; in fimc_try_fmt_mplane() 294 mod_x = 6; /* 64 x 32 pixels tile */ in fimc_try_fmt_mplane() 303 v4l_bound_align_image(&pix->width, 16, max_w, mod_x, in fimc_try_fmt_mplane()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-m2m.c | 270 u32 max_w, mod_x, mod_y; in fimc_try_fmt_mplane() local 287 mod_x = ffs(variant->min_inp_pixsize) - 1; in fimc_try_fmt_mplane() 290 mod_x = ffs(variant->min_out_pixsize) - 1; in fimc_try_fmt_mplane() 294 mod_x = 6; /* 64 x 32 pixels tile */ in fimc_try_fmt_mplane() 303 v4l_bound_align_image(&pix->width, 16, max_w, mod_x, in fimc_try_fmt_mplane()
|
Completed in 4 milliseconds