Lines Matching refs:mf
793 struct v4l2_mbus_framefmt *mf = &format->format; in ov5642_set_fmt() local
796 const struct ov5642_datafmt *fmt = ov5642_find_datafmt(mf->code); in ov5642_set_fmt()
801 mf->width = priv->crop_rect.width; in ov5642_set_fmt()
802 mf->height = priv->crop_rect.height; in ov5642_set_fmt()
807 mf->code = ov5642_colour_fmts[0].code; in ov5642_set_fmt()
808 mf->colorspace = ov5642_colour_fmts[0].colorspace; in ov5642_set_fmt()
811 mf->field = V4L2_FIELD_NONE; in ov5642_set_fmt()
814 priv->fmt = ov5642_find_datafmt(mf->code); in ov5642_set_fmt()
816 cfg->try_fmt = *mf; in ov5642_set_fmt()
824 struct v4l2_mbus_framefmt *mf = &format->format; in ov5642_get_fmt() local
833 mf->code = fmt->code; in ov5642_get_fmt()
834 mf->colorspace = fmt->colorspace; in ov5642_get_fmt()
835 mf->width = priv->crop_rect.width; in ov5642_get_fmt()
836 mf->height = priv->crop_rect.height; in ov5642_get_fmt()
837 mf->field = V4L2_FIELD_NONE; in ov5642_get_fmt()