Lines Matching refs:width
492 .width = VGA_WIDTH,
501 .width = QVGA_WIDTH,
662 static const struct ov772x_win_size *ov772x_select_win(u32 width, u32 height) in ov772x_select_win() argument
669 u32 diff = abs(width - ov772x_win_sizes[i].rect.width) in ov772x_select_win()
697 *win = ov772x_select_win(mf->width, mf->height); in ov772x_select_params()
764 ret = ov772x_write(client, HSIZE, win->rect.width >> 2); in ov772x_set_params()
773 ret = ov772x_write(client, HOUTSIZE, win->rect.width >> 2); in ov772x_set_params()
783 ((win->rect.width & 3) << HREF_HSIZE_SHIFT)); in ov772x_set_params()
788 ((win->rect.width & 3) << EXHCH_HSIZE_SHIFT)); in ov772x_set_params()
858 a->c.width = VGA_WIDTH; in ov772x_g_crop()
869 a->bounds.width = OV772X_MAX_WIDTH; in ov772x_cropcap()
884 mf->width = priv->win->rect.width; in ov772x_g_fmt()
910 mf->width = win->rect.width; in ov772x_s_fmt()
927 mf->width = win->rect.width; in ov772x_try_fmt()