Lines Matching defs:height
87 int height;
864 static int saa711x_set_size(struct v4l2_subdev *sd, int width, int height)
873 v4l2_dbg(1, debug, sd, "decoder set size to %ix%i\n", width, height);
878 if ((height < 1) || (height > Vsrc))
885 if (height != Vsrc)
890 state->height = height;
896 /* Set output width/height */
904 /* Vertical Scaling uses height/2 */
905 res = height / 2;
911 /* height */
941 VSCY = (int)((1024 * Vsrc) / height);
1181 return saa711x_set_size(sd, fmt->width, fmt->height);
1566 v4l2_info(sd, "Width, Height: %d, %d\n", state->width, state->height);