Lines Matching refs:width
277 u32 width; member
552 {.name = n, .width = w , .height = h, .regs = r }
754 static const struct ov2640_win_size *ov2640_select_win(u32 *width, u32 *height) in ov2640_select_win() argument
759 if (ov2640_supported_win_sizes[i].width >= *width && in ov2640_select_win()
761 *width = ov2640_supported_win_sizes[i].width; in ov2640_select_win()
767 *width = ov2640_supported_win_sizes[default_size].width; in ov2640_select_win()
772 static int ov2640_set_params(struct i2c_client *client, u32 *width, u32 *height, in ov2640_set_params() argument
780 priv->win = ov2640_select_win(width, height); in ov2640_set_params()
835 *width = priv->win->width; in ov2640_set_params()
860 u32 width = SVGA_WIDTH, height = SVGA_HEIGHT; in ov2640_get_fmt() local
861 priv->win = ov2640_select_win(&width, &height); in ov2640_get_fmt()
865 mf->width = priv->win->width; in ov2640_get_fmt()
897 ov2640_select_win(&mf->width, &mf->height); in ov2640_set_fmt()
914 return ov2640_set_params(client, &mf->width, in ov2640_set_fmt()
935 a->c.width = UXGA_WIDTH; in ov2640_g_crop()
946 a->bounds.width = UXGA_WIDTH; in ov2640_cropcap()