Searched refs:effective_res (Results 1 – 6 of 6) sorted by relevance
378 s_config->input_config.effective_res.width, in __dump_stream_config()379 s_config->input_config.effective_res.height); in __dump_stream_config()1844 s_config->input_config.effective_res.width = width; in atomisp_css_input_set_effective_resolution()1845 s_config->input_config.effective_res.height = height; in atomisp_css_input_set_effective_resolution()1891 stream_env->stream_config.input_config.effective_res.width; in atomisp_css_enable_raw_binning()2279 if (width > s_config->input_config.effective_res.width || in __configure_output()2280 height > s_config->input_config.effective_res.height) { in __configure_output()2281 s_config->input_config.effective_res.width = width; in __configure_output()2282 s_config->input_config.effective_res.height = height; in __configure_output()2324 if (width > stream_config->input_config.effective_res.width || in __configure_video_preview_output()[all …]
77 struct ia_css_resolution effective_res; /** Resolution of input data. member
413 struct ia_css_resolution *effective_res);3382 struct ia_css_resolution *effective_res; in ia_css_get_crop_offsets() local3396 effective_res = &pipe->stream->config.input_config.effective_res; in ia_css_get_crop_offsets()3398 effective_res = &pipe->config.input_effective_res; in ia_css_get_crop_offsets()3405 min_reqd_height = effective_res->height + extra_row; in ia_css_get_crop_offsets()3406 min_reqd_width = effective_res->width + extra_col; in ia_css_get_crop_offsets()9203 struct ia_css_resolution effective_res; local9403 struct ia_css_resolution effective_res; local9410 effective_res = curr_pipe->config.input_effective_res;9411 if (effective_res.height == 0 || effective_res.width == 0) {[all …]
2669 (input_config->effective_res.width * in atomisp_get_dvs2_bq_resolutions()2671 input_config->effective_res.width + 1) / 2; in atomisp_get_dvs2_bq_resolutions()2673 (input_config->effective_res.height * in atomisp_get_dvs2_bq_resolutions()2675 input_config->effective_res.height + 1) / 2; in atomisp_get_dvs2_bq_resolutions()2686 input_config->effective_res.width / 2; in atomisp_get_dvs2_bq_resolutions()2689 input_config->effective_res.width / 2; in atomisp_get_dvs2_bq_resolutions()2707 input_config->effective_res.width + in atomisp_get_dvs2_bq_resolutions()2710 input_config->effective_res.width; in atomisp_get_dvs2_bq_resolutions()2713 input_config->effective_res.width + 1; in atomisp_get_dvs2_bq_resolutions()2732 roundup(input_config->effective_res.width, 128) - in atomisp_get_dvs2_bq_resolutions()[all …]
185 if (stream_config->input_config.effective_res.width == 0 || in ia_css_util_check_input()186 stream_config->input_config.effective_res.height == 0) in ia_css_util_check_input()
2892 pg_inst.eff_width = stream_config->input_config.effective_res.width; in ia_css_debug_pipe_graph_dump_stream_config()2893 pg_inst.eff_height = stream_config->input_config.effective_res.height; in ia_css_debug_pipe_graph_dump_stream_config()3097 ia_css_debug_dump_resolution(&config->input_config.effective_res, in ia_css_debug_dump_stream_config()