Lines Matching refs:height
223 unsigned short height; member
243 .height = 480,
250 .height = 480,
257 .height = 240,
264 .height = 240,
271 .height = 120,
278 .height = 120,
288 .height = 576,
295 .height = 576,
302 .height = 288,
309 .height = 288,
316 .height = 144,
323 .height = 144,
429 u32 width, u32 height) in tw9910_select_norm() argument
448 abs(height - scale[i].height); in tw9910_select_norm()
491 priv->scale->height); in tw9910_s_stream()
649 static int tw9910_set_frame(struct v4l2_subdev *sd, u32 *width, u32 *height) in tw9910_set_frame() argument
657 priv->scale = tw9910_select_norm(priv->norm, *width, *height); in tw9910_set_frame()
710 *height = priv->scale->height; in tw9910_set_frame()
739 sel->r.height = 480; in tw9910_get_selection()
742 sel->r.height = 576; in tw9910_get_selection()
766 mf->height = priv->scale->height; in tw9910_get_fmt()
777 u32 width = mf->width, height = mf->height; in tw9910_s_fmt() local
789 ret = tw9910_set_frame(sd, &width, &height); in tw9910_s_fmt()
794 mf->height = height; in tw9910_s_fmt()
822 scale = tw9910_select_norm(priv->norm, mf->width, mf->height); in tw9910_set_fmt()
827 mf->height = scale->height; in tw9910_set_fmt()