Home
last modified time | relevance | path

Searched refs:effective_res (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/staging/media/atomisp/pci/camera/util/src/
Dutil.c185 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()
/linux-6.1.9/drivers/staging/media/atomisp/pci/
Datomisp_compat_css20.c377 s_config->input_config.effective_res.width, in __dump_stream_config()
378 s_config->input_config.effective_res.height); in __dump_stream_config()
1776 s_config->input_config.effective_res.width = width; in atomisp_css_input_set_effective_resolution()
1777 s_config->input_config.effective_res.height = height; in atomisp_css_input_set_effective_resolution()
1823 stream_env->stream_config.input_config.effective_res.width; in atomisp_css_enable_raw_binning()
2176 if (width > s_config->input_config.effective_res.width || in __configure_output()
2177 height > s_config->input_config.effective_res.height) { in __configure_output()
2178 s_config->input_config.effective_res.width = width; in __configure_output()
2179 s_config->input_config.effective_res.height = height; in __configure_output()
2221 if (width > stream_config->input_config.effective_res.width || in __configure_video_preview_output()
[all …]
Dia_css_stream_public.h77 struct ia_css_resolution effective_res; /** Resolution of input data. member
Datomisp_cmd.c2233 (input_config->effective_res.width * in atomisp_get_dvs2_bq_resolutions()
2235 input_config->effective_res.width + 1) / 2; in atomisp_get_dvs2_bq_resolutions()
2237 (input_config->effective_res.height * in atomisp_get_dvs2_bq_resolutions()
2239 input_config->effective_res.height + 1) / 2; in atomisp_get_dvs2_bq_resolutions()
2250 input_config->effective_res.width / 2; in atomisp_get_dvs2_bq_resolutions()
2253 input_config->effective_res.width / 2; in atomisp_get_dvs2_bq_resolutions()
2271 input_config->effective_res.width + in atomisp_get_dvs2_bq_resolutions()
2274 input_config->effective_res.width; in atomisp_get_dvs2_bq_resolutions()
2277 input_config->effective_res.width + 1; in atomisp_get_dvs2_bq_resolutions()
2296 roundup(input_config->effective_res.width, 128) - in atomisp_get_dvs2_bq_resolutions()
[all …]
Dsh_css.c3163 struct ia_css_resolution *effective_res; in ia_css_get_crop_offsets() local
3177 effective_res = &pipe->stream->config.input_config.effective_res; in ia_css_get_crop_offsets()
3179 effective_res = &pipe->config.input_effective_res; in ia_css_get_crop_offsets()
3186 min_reqd_height = effective_res->height + extra_row; in ia_css_get_crop_offsets()
3187 min_reqd_width = effective_res->width + extra_col; in ia_css_get_crop_offsets()
8609 struct ia_css_resolution effective_res; in ia_css_stream_create() local
8787 struct ia_css_resolution effective_res; in ia_css_stream_create() local
8794 effective_res = curr_pipe->config.input_effective_res; in ia_css_stream_create()
8795 if (effective_res.height == 0 || effective_res.width == 0) { in ia_css_stream_create()
8796 effective_res = curr_pipe->stream->config.input_config.effective_res; in ia_css_stream_create()
[all …]
/linux-6.1.9/drivers/staging/media/atomisp/pci/runtime/debug/src/
Dia_css_debug.c2890 pg_inst.eff_width = stream_config->input_config.effective_res.width; in ia_css_debug_pipe_graph_dump_stream_config()
2891 pg_inst.eff_height = stream_config->input_config.effective_res.height; in ia_css_debug_pipe_graph_dump_stream_config()
3095 ia_css_debug_dump_resolution(&config->input_config.effective_res, in ia_css_debug_dump_stream_config()