Lines Matching defs:height
526 .height = VGA_HEIGHT,
536 .height = QVGA_HEIGHT,
937 static const struct ov772x_win_size *ov772x_select_win(u32 width, u32 height)
945 + abs(height - ov772x_win_sizes[i].rect.height);
972 *win = ov772x_select_win(mf->width, mf->height);
1054 ret = regmap_write(priv->regmap, VSIZE, win->rect.height >> 1);
1060 ret = regmap_write(priv->regmap, VOUTSIZE, win->rect.height >> 1);
1066 ((win->rect.height & 1) << HREF_VSIZE_SHIFT) |
1071 ((win->rect.height & 1) << EXHCH_VSIZE_SHIFT) |
1153 sel->r.height = priv->win->rect.height;
1171 mf->height = priv->win->rect.height;
1196 mf->height = win->rect.height;
1310 if (fie->height != VGA_HEIGHT && fie->height != QVGA_HEIGHT)