Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/drivers/staging/media/atomisp/pci/
Datomisp_compat_css20.c378 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 …]
Dia_css_stream_public.h77 struct ia_css_resolution effective_res; /** Resolution of input data. member
Dsh_css.c409 struct ia_css_resolution *effective_res);
3311 struct ia_css_resolution *effective_res; in ia_css_get_crop_offsets() local
3325 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; local
9248 struct ia_css_resolution effective_res; local
9255 effective_res = curr_pipe->config.input_effective_res;
9256 if (effective_res.height == 0 || effective_res.width == 0) {
[all …]
Datomisp_cmd.c2642 (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 …]
/Linux-v5.15/drivers/staging/media/atomisp/pci/runtime/debug/src/
Dia_css_debug.c2892 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()