Lines Matching defs:format
509 const struct ov5640_pixfmt *format = ov5640_code_to_pixfmt(sensor,
512 return format->bpp;
2408 struct v4l2_mbus_framefmt *format);
2789 struct v4l2_subdev_format *format)
2794 if (format->pad != 0)
2799 if (format->which == V4L2_SUBDEV_FORMAT_TRY)
2801 format->pad);
2805 format->format = *fmt;
2952 struct v4l2_subdev_format *format)
2956 struct v4l2_mbus_framefmt *mbus_fmt = &format->format;
2959 if (format->pad != 0)
2973 if (format->which == V4L2_SUBDEV_FORMAT_TRY) {
2986 /* update format even if code is unchanged, resolution might change */
3036 struct v4l2_mbus_framefmt *format)
3038 bool is_jpeg = format->code == MEDIA_BUS_FMT_JPEG_1X8;
3042 pixfmt = ov5640_code_to_pixfmt(sensor, format->code);