Home
last modified time | relevance | path

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

/linux-4.4.14/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()
434 mod_x, mod_y, max_w, max_h); in gsc_try_fmt_mplane()
441 v4l_bound_align_image(&pix_mp->width, min_w, max_w, mod_x, in gsc_try_fmt_mplane()
524 u32 mod_x = 0, mod_y = 0, tmp_w, tmp_h; in gsc_try_crop() local
558 mod_x = ffs(variant->pix_align->target_w) - 1; in gsc_try_crop()
575 mod_x, mod_y, min_w, min_h); in gsc_try_crop()
578 v4l_bound_align_image(&tmp_w, min_w, max_w, mod_x, in gsc_try_crop()
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dfimc-m2m.c293 u32 max_w, mod_x, mod_y; in fimc_try_fmt_mplane() local
310 mod_x = ffs(variant->min_inp_pixsize) - 1; in fimc_try_fmt_mplane()
313 mod_x = ffs(variant->min_out_pixsize) - 1; in fimc_try_fmt_mplane()
317 mod_x = 6; /* 64 x 32 pixels tile */ in fimc_try_fmt_mplane()
326 v4l_bound_align_image(&pix->width, 16, max_w, mod_x, in fimc_try_fmt_mplane()