Lines Matching defs:width
528 .width = VGA_WIDTH,
538 .width = QVGA_WIDTH,
956 static const struct ov772x_win_size *ov772x_select_win(u32 width, u32 height)
963 u32 diff = abs(width - ov772x_win_sizes[i].rect.width)
991 *win = ov772x_select_win(mf->width, mf->height);
1067 ret = regmap_write(priv->regmap, HSIZE, win->rect.width >> 2);
1076 ret = regmap_write(priv->regmap, HOUTSIZE, win->rect.width >> 2);
1086 ((win->rect.width & 3) << HREF_HSIZE_SHIFT));
1091 ((win->rect.width & 3) << EXHCH_HSIZE_SHIFT));
1173 sel->r.width = priv->win->rect.width;
1191 mf->width = priv->win->rect.width;
1216 mf->width = win->rect.width;
1329 if (fie->width != VGA_WIDTH && fie->width != QVGA_WIDTH)