Home
last modified time | relevance | path

Searched refs:mf_tmp (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/platform/soc_camera/
Dsoc_scale_crop.c317 struct v4l2_mbus_framefmt *mf_tmp = &fmt_tmp.format; in soc_camera_client_scale() local
331 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()