Lines Matching refs:width
223 unsigned short width; member
241 .width = 640,
248 .width = 720,
255 .width = 320,
262 .width = 360,
269 .width = 160,
276 .width = 180,
286 .width = 768,
293 .width = 720,
300 .width = 384,
307 .width = 360,
314 .width = 192,
321 .width = 180,
427 u32 width, u32 height) in tw9910_select_norm() argument
445 tmp = abs(width - scale[i].width) + in tw9910_select_norm()
488 priv->scale->width, in tw9910_s_stream()
594 static int tw9910_set_frame(struct v4l2_subdev *sd, u32 *width, u32 *height) in tw9910_set_frame() argument
604 priv->scale = tw9910_select_norm(priv->norm, *width, *height); in tw9910_set_frame()
666 *width = priv->scale->width; in tw9910_set_frame()
687 a->c.width = 640; in tw9910_g_crop()
690 a->c.width = 768; in tw9910_g_crop()
706 a->bounds.width = 640; in tw9910_cropcap()
709 a->bounds.width = 768; in tw9910_cropcap()
737 mf->width = priv->scale->width; in tw9910_get_fmt()
749 u32 width = mf->width, height = mf->height; in tw9910_s_fmt() local
763 ret = tw9910_set_frame(sd, &width, &height); in tw9910_s_fmt()
765 mf->width = width; in tw9910_s_fmt()
796 scale = tw9910_select_norm(priv->norm, mf->width, mf->height); in tw9910_set_fmt()
800 mf->width = scale->width; in tw9910_set_fmt()