Searched refs:mf_tmp (Results 1 – 1 of 1) sorted by relevance
317 struct v4l2_mbus_framefmt *mf_tmp = &fmt_tmp.format; in soc_camera_client_scale() local331 mf_tmp->width, mf_tmp->height); in soc_camera_client_scale()338 scale_h = soc_camera_calc_scale(rect->width, shift, mf_tmp->width); in soc_camera_client_scale()339 scale_v = soc_camera_calc_scale(rect->height, shift, mf_tmp->height); in soc_camera_client_scale()341 mf->width = mf_tmp->width; in soc_camera_client_scale()342 mf->height = mf_tmp->height; in soc_camera_client_scale()343 mf->colorspace = mf_tmp->colorspace; in soc_camera_client_scale()