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()
568 static int tw9910_set_frame(struct v4l2_subdev *sd, u32 *width, u32 *height) in tw9910_set_frame() argument
578 priv->scale = tw9910_select_norm(priv->norm, *width, *height); in tw9910_set_frame()
640 *width = priv->scale->width; in tw9910_set_frame()
661 a->c.width = 640; in tw9910_g_crop()
664 a->c.width = 768; in tw9910_g_crop()
680 a->bounds.width = 640; in tw9910_cropcap()
683 a->bounds.width = 768; in tw9910_cropcap()
706 mf->width = priv->scale->width; in tw9910_g_fmt()
718 u32 width = mf->width, height = mf->height; in tw9910_s_fmt() local
732 ret = tw9910_set_frame(sd, &width, &height); in tw9910_s_fmt()
734 mf->width = width; in tw9910_s_fmt()
760 scale = tw9910_select_norm(priv->norm, mf->width, mf->height); in tw9910_try_fmt()
764 mf->width = scale->width; in tw9910_try_fmt()