Searched refs:mf_tmp (Results 1 – 1 of 1) sorted by relevance
312 struct v4l2_mbus_framefmt mf_tmp = *mf; in soc_camera_client_scale() local321 &mf_tmp, host_can_scale); in soc_camera_client_scale()326 mf_tmp.width, mf_tmp.height); in soc_camera_client_scale()333 scale_h = soc_camera_calc_scale(rect->width, shift, mf_tmp.width); in soc_camera_client_scale()334 scale_v = soc_camera_calc_scale(rect->height, shift, mf_tmp.height); in soc_camera_client_scale()336 mf->width = mf_tmp.width; in soc_camera_client_scale()337 mf->height = mf_tmp.height; in soc_camera_client_scale()338 mf->colorspace = mf_tmp.colorspace; in soc_camera_client_scale()