Lines Matching defs:fmt
586 struct v4l2_mbus_framefmt *fmt, u32 code)
589 fmt->code = imx219_get_format_code(imx219, code);
590 fmt->width = mode->width;
591 fmt->height = mode->height;
592 fmt->field = V4L2_FIELD_NONE;
593 fmt->colorspace = V4L2_COLORSPACE_RAW;
594 fmt->quantization = V4L2_QUANTIZATION_FULL_RANGE;
595 fmt->xfer_func = V4L2_XFER_FUNC_NONE;
658 struct v4l2_subdev_format *fmt)
669 fmt->format.width, fmt->format.height);
671 imx219_update_pad_format(imx219, mode, &fmt->format, fmt->format.code);
676 *format = fmt->format;
679 if (fmt->which == V4L2_SUBDEV_FORMAT_ACTIVE) {