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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsh_mobile_ceu_camera.c1308 struct v4l2_mbus_framefmt mf_tmp = *mf; local
1316 ret = client_s_fmt(icd, &mf_tmp, ceu_can_scale);
1321 mf_tmp.width, mf_tmp.height);
1325 /* unneeded - it is already in "mf_tmp" */
1328 scale_h = calc_generic_scale(cam->rect.width, mf_tmp.width);
1329 scale_v = calc_generic_scale(cam->rect.height, mf_tmp.height);
1331 mf->width = mf_tmp.width;
1332 mf->height = mf_tmp.height;
1333 mf->colorspace = mf_tmp
[all...]

Completed in 48 milliseconds