Searched refs:out_res (Results 1 – 6 of 6) sorted by relevance
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()974 out_res->width); in ia_css_frame_find_crop_resolution()979 out_res->height); in ia_css_frame_find_crop_resolution()[all …]
128 goto out_res; in fs_enet_mdio_probe()181 out_res: in fs_enet_mdio_probe()
161 const struct ia_css_resolution *out_res,
2975 struct atomisp_resolution eff_res, out_res; in atomisp_calculate_real_zoom_region() local2979 memset(&out_res, 0, sizeof(out_res)); in atomisp_calculate_real_zoom_region()3038 if (out_res.width == 0 || out_res.height == 0) { 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()3056 * out_res.height / out_res.width; in atomisp_calculate_real_zoom_region()3066 * out_res.width / out_res.height; in atomisp_calculate_real_zoom_region()3092 * out_res.height / out_res.width; in atomisp_calculate_real_zoom_region()3096 * out_res.width / out_res.height; in atomisp_calculate_real_zoom_region()[all …]
262 const struct ia_css_resolution out_res);6583 const struct ia_css_resolution out_res) in need_downscaling() argument6585 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() local6618 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; local10644 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 …]
470 goto out_res; in sh7760fb_probe()550 out_res: in sh7760fb_probe()
Completed in 35 milliseconds