Lines Matching refs:height
493 .height = VGA_HEIGHT,
502 .height = QVGA_HEIGHT,
662 static const struct ov772x_win_size *ov772x_select_win(u32 width, u32 height) in ov772x_select_win() argument
670 + abs(height - ov772x_win_sizes[i].rect.height); in ov772x_select_win()
697 *win = ov772x_select_win(mf->width, mf->height); in ov772x_select_params()
770 ret = ov772x_write(client, VSIZE, win->rect.height >> 1); in ov772x_set_params()
776 ret = ov772x_write(client, VOUTSIZE, win->rect.height >> 1); in ov772x_set_params()
782 ((win->rect.height & 1) << HREF_VSIZE_SHIFT) | in ov772x_set_params()
787 ((win->rect.height & 1) << EXHCH_VSIZE_SHIFT) | in ov772x_set_params()
859 a->c.height = VGA_HEIGHT; in ov772x_g_crop()
870 a->bounds.height = OV772X_MAX_HEIGHT; in ov772x_cropcap()
885 mf->height = priv->win->rect.height; in ov772x_g_fmt()
911 mf->height = win->rect.height; in ov772x_s_fmt()
928 mf->height = win->rect.height; in ov772x_try_fmt()