Lines Matching refs:format
90 struct v4l2_mbus_framefmt format;
510 .format = {
531 .format = {
552 .format = {
573 .format = {
596 #define OV5647_DEFAULT_FORMAT (ov5647_modes[3].format)
964 fmt = &ov5647_modes[fse->index].format;
975 struct v4l2_subdev_format *format)
977 struct v4l2_mbus_framefmt *fmt = &format->format;
982 switch (format->which) {
985 format->pad);
988 sensor_format = &sensor->mode->format;
1000 struct v4l2_subdev_format *format)
1002 struct v4l2_mbus_framefmt *fmt = &format->format;
1007 format.width, format.height,
1012 if (format->which == V4L2_SUBDEV_FORMAT_TRY) {
1013 *v4l2_subdev_get_try_format(sd, sd_state, format->pad) = mode->format;
1022 hblank = mode->hts - mode->format.width;
1026 vblank = mode->vts - mode->format.height;
1028 OV5647_VTS_MAX - mode->format.height,
1039 *fmt = mode->format;
1129 struct v4l2_mbus_framefmt *format =
1138 *format = OV5647_DEFAULT_FORMAT;
1230 exposure_max = sensor->mode->format.height + ctrl->val - 4;
1264 sensor->mode->format.height + ctrl->val);
1330 hblank = sensor->mode->hts - sensor->mode->format.width;
1338 sensor->mode->format.height, 1,
1340 sensor->mode->format.height);