Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmii-fec.c125 goto out_res; in fs_enet_mdio_probe()
178 out_res: in fs_enet_mdio_probe()
/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c1748 struct atomisp_resolution eff_res, out_res; in atomisp_calculate_real_zoom_region() local
1752 memset(&out_res, 0, sizeof(out_res)); in atomisp_calculate_real_zoom_region()
1811 if (out_res.width == 0 || out_res.height == 0) { in atomisp_calculate_real_zoom_region()
1819 if (out_res.width == 0 || out_res.height == 0) { in atomisp_calculate_real_zoom_region()
1825 if (asd->sensor_array_res.width * out_res.height in atomisp_calculate_real_zoom_region()
1826 < out_res.width * asd->sensor_array_res.height) { in atomisp_calculate_real_zoom_region()
1829 * out_res.height / out_res.width; in atomisp_calculate_real_zoom_region()
1839 * out_res.width / out_res.height; in atomisp_calculate_real_zoom_region()
1865 * out_res.height / out_res.width; in atomisp_calculate_real_zoom_region()
1869 * out_res.width / out_res.height; in atomisp_calculate_real_zoom_region()
[all …]
H A Dsh_css.c231 const struct ia_css_resolution out_res);
5818 const struct ia_css_resolution out_res) in need_downscaling() argument
5820 if (in_res.width > out_res.width || in_res.height > out_res.height) in need_downscaling()
5830 struct ia_css_resolution in_res, out_res; in need_yuv_scaler_stage() local
5853 out_res = pipe->output_info[i].res; in need_yuv_scaler_stage()
5856 if ((out_res.width != 0) && need_downscaling(in_res, out_res)) in need_yuv_scaler_stage()
/linux/drivers/video/fbdev/
H A Dsh7760fb.c470 goto out_res; in sh7760fb_probe()
550 out_res: in sh7760fb_probe()