Home
last modified time | relevance | path

Searched refs:max_h (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c394 u32 max_w, max_h, mod_x, mod_y; in gsc_try_fmt_mplane() local
415 max_h = variant->pix_max->target_rot_dis_h; in gsc_try_fmt_mplane()
433 mod_x, mod_y, max_w, max_h); in gsc_try_fmt_mplane()
441 &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_selection() local
538 max_h = f->f_height; in gsc_try_selection()
561 max_h = f->f_width; in gsc_try_selection()
576 &tmp_h, min_h, max_h, mod_y, 0); in gsc_try_selection()
592 if (s->r.top + tmp_h > max_h) in gsc_try_selection()
593 s->r.top = max_h - tmp_h; in gsc_try_selection()
[all …]
/linux/drivers/staging/sm750fb/
H A Dsm750.c116 fbcursor->image.height > cursor->max_h || in lynxfb_ops_cursor()
771 crtc->cursor.max_h = 64; in lynxfb_set_fbinfo()
773 crtc->cursor.size = crtc->cursor.max_h * crtc->cursor.max_w * 2 / 8; in lynxfb_set_fbinfo()
/linux/drivers/media/platform/chips-media/coda/
H A Dcoda.h111 u32 max_h; member