Lines Matching defs:format
188 /* Output format Register Value (REG_FORMAT_CTRL00) */
200 struct v4l2_mbus_framefmt format;
948 static void ov2659_get_default_format(struct v4l2_mbus_framefmt *format)
950 format->width = ov2659_framesizes[2].width;
951 format->height = ov2659_framesizes[2].height;
952 format->colorspace = V4L2_COLORSPACE_SRGB;
953 format->code = ov2659_formats[0].code;
954 format->field = V4L2_FIELD_NONE;
1039 fmt->format = *mf;
1048 fmt->format = ov2659->format;
1052 ov2659->format.code, ov2659->format.width,
1053 ov2659->format.height);
1092 struct v4l2_mbus_framefmt *mf = &fmt->format;
1118 *mf = fmt->format;
1129 ov2659->format = fmt->format;
1133 if (ov2659->format.code != MEDIA_BUS_FMT_SBGGR8_1X8)
1313 struct v4l2_mbus_framefmt *format =
1318 ov2659_get_default_format(format);
1512 ov2659_get_default_format(&ov2659->format);