Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/drivers/staging/media/atomisp/pci/
Datomisp_compat_css20.c358 s_config->input_config.effective_res.width, in __dump_stream_config()
359 s_config->input_config.effective_res.height); in __dump_stream_config()
1620 s_config->input_config.effective_res.width = width; in atomisp_css_input_set_effective_resolution()
1621 s_config->input_config.effective_res.height = height; in atomisp_css_input_set_effective_resolution()
1939 if (width > s_config->input_config.effective_res.width || in __configure_output()
1940 height > s_config->input_config.effective_res.height) { in __configure_output()
1941 s_config->input_config.effective_res.width = width; in __configure_output()
1942 s_config->input_config.effective_res.height = height; in __configure_output()
1993 stream_config->input_config.effective_res.width; in __configure_capture_pp_input()
1995 stream_config->input_config.effective_res.height; in __configure_capture_pp_input()
[all …]
Dia_css_stream_public.h77 struct ia_css_resolution effective_res; /** Resolution of input data. member
Dsh_css.c3049 struct ia_css_resolution *effective_res; in ia_css_get_crop_offsets() local
3063 effective_res = &pipe->stream->config.input_config.effective_res; in ia_css_get_crop_offsets()
3065 effective_res = &pipe->config.input_effective_res; in ia_css_get_crop_offsets()
3072 min_reqd_height = effective_res->height + extra_row; in ia_css_get_crop_offsets()
3073 min_reqd_width = effective_res->width + extra_col; in ia_css_get_crop_offsets()
8071 struct ia_css_resolution effective_res; in ia_css_stream_create() local
8245 struct ia_css_resolution effective_res; in ia_css_stream_create() local
8252 effective_res = curr_pipe->config.input_effective_res; in ia_css_stream_create()
8253 if (effective_res.height == 0 || effective_res.width == 0) { in ia_css_stream_create()
8254 effective_res = curr_pipe->stream->config.input_config.effective_res; in ia_css_stream_create()
[all …]
Datomisp_cmd.c1881 stream_env->stream_config.input_config.effective_res.width; in atomisp_calculate_real_zoom_region()
1883 stream_env->stream_config.input_config.effective_res.height; in atomisp_calculate_real_zoom_region()
/Linux-v6.6/drivers/staging/media/atomisp/pci/runtime/debug/src/
Dia_css_debug.c2889 pg_inst.eff_width = stream_config->input_config.effective_res.width; in ia_css_debug_pipe_graph_dump_stream_config()
2890 pg_inst.eff_height = stream_config->input_config.effective_res.height; in ia_css_debug_pipe_graph_dump_stream_config()
3088 ia_css_debug_dump_resolution(&config->input_config.effective_res, in ia_css_debug_dump_stream_config()