Lines Matching refs:mf
210 void __is_get_frame_size(struct fimc_is *is, struct v4l2_mbus_framefmt *mf) in __is_get_frame_size() argument
215 mf->width = isp->otf_input.width; in __is_get_frame_size()
216 mf->height = isp->otf_input.height; in __is_get_frame_size()
219 void __is_set_frame_size(struct fimc_is *is, struct v4l2_mbus_framefmt *mf) in __is_set_frame_size() argument
231 isp->otf_input.width = mf->width; in __is_set_frame_size()
232 isp->otf_input.height = mf->height; in __is_set_frame_size()
233 isp->otf_output.width = mf->width; in __is_set_frame_size()
234 isp->otf_output.height = mf->height; in __is_set_frame_size()
236 drc->otf_input.width = mf->width; in __is_set_frame_size()
237 drc->otf_input.height = mf->height; in __is_set_frame_size()
238 drc->otf_output.width = mf->width; in __is_set_frame_size()
239 drc->otf_output.height = mf->height; in __is_set_frame_size()
241 fd->otf_input.width = mf->width; in __is_set_frame_size()
242 fd->otf_input.height = mf->height; in __is_set_frame_size()