Searched refs:mod_x (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/media/platform/exynos-gsc/ |
H A D | gsc-core.c | 396 u32 max_w, max_h, mod_x, mod_y; gsc_try_fmt_mplane() local 419 mod_x = ffs(variant->pix_align->org_w) - 1; gsc_try_fmt_mplane() 433 pr_debug("mod_x: %d, mod_y: %d, max_w: %d, max_h = %d", gsc_try_fmt_mplane() 434 mod_x, mod_y, max_w, max_h); gsc_try_fmt_mplane() 441 v4l_bound_align_image(&pix_mp->width, min_w, max_w, mod_x, gsc_try_fmt_mplane() 524 u32 mod_x = 0, mod_y = 0, tmp_w, tmp_h; gsc_try_crop() local 558 mod_x = ffs(variant->pix_align->target_w) - 1; gsc_try_crop() 574 pr_debug("mod_x: %d, mod_y: %d, min_w: %d, min_h = %d", gsc_try_crop() 575 mod_x, mod_y, min_w, min_h); gsc_try_crop() 578 v4l_bound_align_image(&tmp_w, min_w, max_w, mod_x, gsc_try_crop()
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
H A D | fimc-m2m.c | 292 u32 max_w, mod_x, mod_y; fimc_try_fmt_mplane() local 309 mod_x = ffs(variant->min_inp_pixsize) - 1; fimc_try_fmt_mplane() 312 mod_x = ffs(variant->min_out_pixsize) - 1; fimc_try_fmt_mplane() 316 mod_x = 6; /* 64 x 32 pixels tile */ fimc_try_fmt_mplane() 325 v4l_bound_align_image(&pix->width, 16, max_w, mod_x, fimc_try_fmt_mplane()
|
Completed in 72 milliseconds