Searched refs:max_h (Results 1 – 4 of 4) sorted by relevance
/drivers/media/platform/exynos-gsc/ |
D | gsc-core.c | 393 u32 max_w, max_h, mod_x, mod_y; in gsc_try_fmt_mplane() local 414 max_h = variant->pix_max->target_rot_dis_h; in gsc_try_fmt_mplane() 431 mod_x, mod_y, max_w, max_h); in gsc_try_fmt_mplane() 439 &pix_mp->height, min_h, max_h, mod_y, 0); in gsc_try_fmt_mplane() 522 u32 min_w, min_h, max_w, max_h; in gsc_try_crop() local 538 max_h = f->f_height; in gsc_try_crop() 561 max_h = f->f_width; in gsc_try_crop() 576 &tmp_h, min_h, max_h, mod_y, 0); in gsc_try_crop() 592 if (cr->c.top + tmp_h > max_h) in gsc_try_crop() 593 cr->c.top = max_h - tmp_h; in gsc_try_crop() [all …]
|
/drivers/gpu/drm/exynos/ |
D | exynos_drm_rotator.c | 68 u32 max_h; member 196 else if (val > limit->max_h) in rotator_align_size() 197 *vsize = ROT_MAX(limit->max_h, mask); in rotator_align_size() 733 .max_h = SZ_32K, 740 .max_h = SZ_8K,
|
/drivers/media/i2c/soc_camera/ |
D | rj54n1cb0c.c | 998 int output_w, output_h, max_w, max_h, in rj54n1_s_fmt() local 1094 max_h = mf->height * (16 * 1024 - 1) / 1024; in rj54n1_s_fmt() 1095 if (input_h > max_h) in rj54n1_s_fmt() 1096 input_h = max_h; in rj54n1_s_fmt()
|
/drivers/media/platform/exynos4-is/ |
D | fimc-capture.c | 683 u32 max_w, max_h, min_w = 0, min_h = 0, min_sz; in fimc_capture_try_selection() local 719 max_h = min_t(u32, FIMC_CAMIF_MAX_HEIGHT, sink->f_height); in fimc_capture_try_selection() 723 min_h = min_t(u32, max_h, sink->f_height / max_sc_v); in fimc_capture_try_selection() 730 &r->height, min_h, max_h, align_h, in fimc_capture_try_selection()
|