Lines Matching refs:mf
168 struct v4l2_mbus_framefmt *mf; in dcmipp_byteproc_init_state() local
171 mf = v4l2_subdev_state_get_format(sd_state, i); in dcmipp_byteproc_init_state()
172 *mf = fmt_default; in dcmipp_byteproc_init_state()
243 struct v4l2_mbus_framefmt *mf; in dcmipp_byteproc_set_fmt() local
249 mf = v4l2_subdev_state_get_format(sd_state, fmt->pad); in dcmipp_byteproc_set_fmt()
268 *mf = fmt->format; in dcmipp_byteproc_set_fmt()
331 struct v4l2_mbus_framefmt *mf; in dcmipp_byteproc_set_selection() local
357 mf = v4l2_subdev_state_get_format(sd_state, 1); in dcmipp_byteproc_set_selection()
358 mf->width = s->r.width; in dcmipp_byteproc_set_selection()
359 mf->height = s->r.height; in dcmipp_byteproc_set_selection()
365 mf = v4l2_subdev_state_get_format(sd_state, 0); in dcmipp_byteproc_set_selection()
366 dcmipp_byteproc_adjust_compose(&s->r, mf); in dcmipp_byteproc_set_selection()
370 mf = v4l2_subdev_state_get_format(sd_state, 1); in dcmipp_byteproc_set_selection()
371 mf->width = s->r.width; in dcmipp_byteproc_set_selection()
372 mf->height = s->r.height; in dcmipp_byteproc_set_selection()