Searched refs:mod_y (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/media/platform/exynos-gsc/
H A Dgsc-core.c396 u32 max_w, max_h, mod_x, mod_y; gsc_try_fmt_mplane() local
421 mod_y = ffs(variant->pix_align->org_h) - 1; gsc_try_fmt_mplane()
423 mod_y = ffs(variant->pix_align->org_h) - 2; 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()
442 &pix_mp->height, min_h, max_h, mod_y, 0); gsc_try_fmt_mplane()
524 u32 mod_x = 0, mod_y = 0, tmp_w, tmp_h; gsc_try_crop() local
560 mod_y = ffs(variant->pix_align->target_h) - 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()
579 &tmp_h, min_h, max_h, mod_y, 0); gsc_try_crop()
/linux-4.4.14/drivers/media/platform/exynos4-is/
H A Dfimc-m2m.c293 u32 max_w, mod_x, mod_y; fimc_try_fmt_mplane() local
318 mod_y = 5; fimc_try_fmt_mplane()
321 mod_y = fimc_fmt_is_rgb(fmt->color) ? 0 : 1; fimc_try_fmt_mplane()
323 mod_y = ffs(variant->min_vsize_align) - 1; fimc_try_fmt_mplane()
327 &pix->height, 8, variant->pix_limit->scaler_dis_w, mod_y, 0); fimc_try_fmt_mplane()

Completed in 126 milliseconds