Lines Matching defs:height
529 .height = VGA_HEIGHT,
539 .height = QVGA_HEIGHT,
956 static const struct ov772x_win_size *ov772x_select_win(u32 width, u32 height)
964 + abs(height - ov772x_win_sizes[i].rect.height);
991 *win = ov772x_select_win(mf->width, mf->height);
1073 ret = regmap_write(priv->regmap, VSIZE, win->rect.height >> 1);
1079 ret = regmap_write(priv->regmap, VOUTSIZE, win->rect.height >> 1);
1085 ((win->rect.height & 1) << HREF_VSIZE_SHIFT) |
1090 ((win->rect.height & 1) << EXHCH_VSIZE_SHIFT) |
1174 sel->r.height = priv->win->rect.height;
1192 mf->height = priv->win->rect.height;
1217 mf->height = win->rect.height;
1331 if (fie->height != VGA_HEIGHT && fie->height != QVGA_HEIGHT)