Lines Matching defs:width
86 int width;
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);
876 if ((width < 1) || (width > 1440))
883 if (width != 720)
889 state->width = width;
896 /* Set output width/height */
897 /* width */
900 (u8) (width & 0xff));
902 (u8) ((width >> 8) & 0xff));
919 HPSC = (int)(720 / width);
922 HFSC = (int)((1024 * 720) / (HPSC * width));
1181 return saa711x_set_size(sd, fmt->width, fmt->height);
1566 v4l2_info(sd, "Width, Height: %d, %d\n", state->width, state->height);