Lines Matching defs:format
1327 struct v4l2_mbus_framefmt *format;
1336 format = v4l2_subdev_get_pad_format(&ov8858->subdev, state, 0);
1338 width, height, format->width,
1339 format->height);
1422 width, height, fmt->format.width,
1423 fmt->format.height);
1425 fmt->format.code = MEDIA_BUS_FMT_SBGGR10_1X10;
1426 fmt->format.width = mode->width;
1427 fmt->format.height = mode->height;
1428 fmt->format.field = V4L2_FIELD_NONE;
1430 /* Store the format in the current subdev state. */
1431 *v4l2_subdev_get_pad_format(sd, state, 0) = fmt->format;
1485 .format = {
1537 struct v4l2_mbus_framefmt *format;
1550 format = v4l2_subdev_get_pad_format(&ov8858->subdev, state, 0);
1556 max_exp = format->height + ctrl->val - OV8858_EXPOSURE_MARGIN;
1592 ctrl->val + format->height, NULL);