Home
last modified time | relevance | path

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

/drivers/media/platform/soc_camera/
Dsoc_scale_crop.c330 struct v4l2_mbus_framefmt *mf_tmp = &fmt_tmp.format; in soc_camera_client_scale() local
344 mf_tmp->width, mf_tmp->height); in soc_camera_client_scale()
351 scale_h = soc_camera_calc_scale(rect->width, shift, mf_tmp->width); in soc_camera_client_scale()
352 scale_v = soc_camera_calc_scale(rect->height, shift, mf_tmp->height); in soc_camera_client_scale()
354 mf->width = mf_tmp->width; in soc_camera_client_scale()
355 mf->height = mf_tmp->height; in soc_camera_client_scale()
356 mf->colorspace = mf_tmp->colorspace; in soc_camera_client_scale()