Searched refs:out_res (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/staging/media/atomisp/pci/runtime/frame/src/ |
| D | frame.c | 938 const struct ia_css_resolution *out_res, in ia_css_frame_find_crop_resolution() argument 943 if ((!in_res) || (!out_res) || (!crop_res)) in ia_css_frame_find_crop_resolution() 947 in_res->height, out_res->width, out_res->height); in ia_css_frame_find_crop_resolution() 951 || (out_res->width == 0) in ia_css_frame_find_crop_resolution() 952 || (out_res->height == 0)) in ia_css_frame_find_crop_resolution() 955 if ((out_res->width > in_res->width) || in ia_css_frame_find_crop_resolution() 956 (out_res->height > in_res->height)) in ia_css_frame_find_crop_resolution() 963 in_ratio = in_res->width * out_res->height; in ia_css_frame_find_crop_resolution() 964 out_ratio = out_res->width * in_res->height; in ia_css_frame_find_crop_resolution() 973 crop_res->height = ROUND_DIV(out_res->height * crop_res->width, in ia_css_frame_find_crop_resolution() [all …]
|
| /Linux-v5.15/drivers/net/ethernet/freescale/fs_enet/ |
| D | mii-fec.c | 128 goto out_res; in fs_enet_mdio_probe() 181 out_res: in fs_enet_mdio_probe()
|
| /Linux-v5.15/drivers/staging/media/atomisp/pci/runtime/frame/interface/ |
| D | ia_css_frame.h | 161 const struct ia_css_resolution *out_res,
|
| /Linux-v5.15/drivers/staging/media/atomisp/pci/ |
| D | atomisp_cmd.c | 2975 struct atomisp_resolution eff_res, out_res; in atomisp_calculate_real_zoom_region() local 2979 memset(&out_res, 0, sizeof(out_res)); in atomisp_calculate_real_zoom_region() 3036 out_res.width = stream_env->pipe_configs[css_pipe_id].output_info[0].res.width; in atomisp_calculate_real_zoom_region() 3037 out_res.height = stream_env->pipe_configs[css_pipe_id].output_info[0].res.height; in atomisp_calculate_real_zoom_region() 3038 if (out_res.width == 0 || out_res.height == 0) { in atomisp_calculate_real_zoom_region() 3044 out_res.width = stream_env->pipe_configs[css_pipe_id].output_info[0].res.width; in atomisp_calculate_real_zoom_region() 3045 out_res.height = stream_env->pipe_configs[css_pipe_id].output_info[0].res.height; in atomisp_calculate_real_zoom_region() 3046 if (out_res.width == 0 || out_res.height == 0) { in atomisp_calculate_real_zoom_region() 3052 if (asd->sensor_array_res.width * out_res.height in atomisp_calculate_real_zoom_region() 3053 < out_res.width * asd->sensor_array_res.height) { in atomisp_calculate_real_zoom_region() [all …]
|
| D | sh_css.c | 262 const struct ia_css_resolution out_res); 6583 const struct ia_css_resolution out_res) in need_downscaling() argument 6585 if (in_res.width > out_res.width || in_res.height > out_res.height) in need_downscaling() 6595 struct ia_css_resolution in_res, out_res; in need_yuv_scaler_stage() local 6618 out_res = pipe->output_info[i].res; in need_yuv_scaler_stage() 6621 if ((out_res.width != 0) && need_downscaling(in_res, out_res)) in need_yuv_scaler_stage() 10611 struct ia_css_resolution *out_res = NULL; local 10644 out_res = &curr_pipe->output_info[0].res; 10649 out_res = &curr_pipe->bds_output_info.res; 10651 out_res = &curr_pipe->config.vf_pp_in_res; [all …]
|
| /Linux-v5.15/drivers/video/fbdev/ |
| D | sh7760fb.c | 470 goto out_res; in sh7760fb_probe() 550 out_res: in sh7760fb_probe()
|