Searched refs:effective_res (Results 1 – 6 of 6) sorted by relevance
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()
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()2249 if (width > s_config->input_config.effective_res.width || in __configure_output()2250 height > s_config->input_config.effective_res.height) { in __configure_output()2251 s_config->input_config.effective_res.width = width; in __configure_output()2252 s_config->input_config.effective_res.height = height; in __configure_output()2294 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
409 struct ia_css_resolution *effective_res);3311 struct ia_css_resolution *effective_res; in ia_css_get_crop_offsets() local3325 effective_res = &pipe->stream->config.input_config.effective_res; in ia_css_get_crop_offsets()3327 effective_res = &pipe->config.input_effective_res; in ia_css_get_crop_offsets()3334 min_reqd_height = effective_res->height + extra_row; in ia_css_get_crop_offsets()3335 min_reqd_width = effective_res->width + extra_col; in ia_css_get_crop_offsets()9059 struct ia_css_resolution effective_res; local9248 struct ia_css_resolution effective_res; local9255 effective_res = curr_pipe->config.input_effective_res;9256 if (effective_res.height == 0 || effective_res.width == 0) {[all …]
2642 (input_config->effective_res.width * in atomisp_get_dvs2_bq_resolutions()2644 input_config->effective_res.width + 1) / 2; in atomisp_get_dvs2_bq_resolutions()2646 (input_config->effective_res.height * in atomisp_get_dvs2_bq_resolutions()2648 input_config->effective_res.height + 1) / 2; in atomisp_get_dvs2_bq_resolutions()2659 input_config->effective_res.width / 2; in atomisp_get_dvs2_bq_resolutions()2662 input_config->effective_res.width / 2; in atomisp_get_dvs2_bq_resolutions()2680 input_config->effective_res.width + in atomisp_get_dvs2_bq_resolutions()2683 input_config->effective_res.width; in atomisp_get_dvs2_bq_resolutions()2686 input_config->effective_res.width + 1; in atomisp_get_dvs2_bq_resolutions()2705 roundup(input_config->effective_res.width, 128) - in atomisp_get_dvs2_bq_resolutions()[all …]
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()