Lines Matching refs:height
224 unsigned short height; member
242 .height = 480,
249 .height = 480,
256 .height = 240,
263 .height = 240,
270 .height = 120,
277 .height = 120,
287 .height = 576,
294 .height = 576,
301 .height = 288,
308 .height = 288,
315 .height = 144,
322 .height = 144,
427 u32 width, u32 height) in tw9910_select_norm() argument
446 abs(height - scale[i].height); in tw9910_select_norm()
489 priv->scale->height); 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()
641 *height = priv->scale->height; in tw9910_set_frame()
662 a->c.height = 480; in tw9910_g_crop()
665 a->c.height = 576; in tw9910_g_crop()
681 a->bounds.height = 480; in tw9910_cropcap()
684 a->bounds.height = 576; in tw9910_cropcap()
707 mf->height = priv->scale->height; 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()
735 mf->height = height; in tw9910_s_fmt()
760 scale = tw9910_select_norm(priv->norm, mf->width, mf->height); in tw9910_try_fmt()
765 mf->height = scale->height; in tw9910_try_fmt()