Lines Matching defs:fmt
137 struct v4l2_mbus_framefmt fmt;
292 struct v4l2_mbus_framefmt *fmt)
302 fmt->code = ov2680_hv_flip_bayer_order[hv_flip];
314 return &sensor->mode.fmt;
330 struct v4l2_mbus_framefmt *fmt,
333 memset(fmt, 0, sizeof(*fmt));
334 fmt->width = width;
335 fmt->height = height;
336 fmt->field = V4L2_FIELD_NONE;
337 fmt->colorspace = V4L2_COLORSPACE_SRGB;
338 ov2680_set_bayer_order(sensor, fmt);
343 int width = sensor->mode.fmt.width;
344 int height = sensor->mode.fmt.height;
434 ov2680_set_bayer_order(sensor, &sensor->mode.fmt);
450 ov2680_set_bayer_order(sensor, &sensor->mode.fmt);
609 code->code = sensor->mode.fmt.code;
619 struct v4l2_mbus_framefmt *fmt;
621 fmt = __ov2680_get_pad_format(sensor, sd_state, format->pad,
625 format->format = *fmt;
665 sensor->mode.fmt = format->format;
839 ov2680_set_bayer_order(sensor, &sensor->mode.fmt);
898 ov2680_fill_format(sensor, &sensor->mode.fmt,