Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/camera/util/src/
H A Dutil.c182 if (stream_config->input_config.effective_res.width == 0 || in ia_css_util_check_input()
183 stream_config->input_config.effective_res.height == 0) in ia_css_util_check_input()
/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_css20.c342 s_config->input_config.effective_res.width, in __dump_stream_config()
343 s_config->input_config.effective_res.height); in __dump_stream_config()
1602 s_config->input_config.effective_res.width = width; in atomisp_css_input_set_effective_resolution()
1603 s_config->input_config.effective_res.height = height; in atomisp_css_input_set_effective_resolution()
1907 if (width > s_config->input_config.effective_res.width || in __configure_output()
1908 height > s_config->input_config.effective_res.height) { in __configure_output()
1909 s_config->input_config.effective_res.width = width; in __configure_output()
1910 s_config->input_config.effective_res.height = height; in __configure_output()
1961 stream_config->input_config.effective_res.width; in __configure_capture_pp_input()
1963 stream_config->input_config.effective_res.height; in __configure_capture_pp_input()
[all …]
H A Dia_css_stream_public.h79 struct ia_css_resolution effective_res; /** Resolution of input data. member
H A Dsh_css.c2892 struct ia_css_resolution *effective_res; in ia_css_get_crop_offsets() local
2907 effective_res = &pipe->config.input_effective_res; in ia_css_get_crop_offsets()
2909 effective_res = &pipe->stream->config.input_config.effective_res; in ia_css_get_crop_offsets()
2915 min_reqd_height = effective_res->height + extra_row; in ia_css_get_crop_offsets()
2916 min_reqd_width = effective_res->width + extra_col; in ia_css_get_crop_offsets()
7869 struct ia_css_resolution effective_res; in ia_css_stream_create() local
8023 struct ia_css_resolution effective_res; in ia_css_stream_create() local
8030 effective_res = curr_pipe->config.input_effective_res; in ia_css_stream_create()
8031 if (effective_res.height == 0 || effective_res.width == 0) { in ia_css_stream_create()
8032 effective_res = curr_pipe->stream->config.input_config.effective_res; in ia_css_stream_create()
[all …]
H A Datomisp_cmd.c1765 stream_env->stream_config.input_config.effective_res.width; in atomisp_calculate_real_zoom_region()
1767 stream_env->stream_config.input_config.effective_res.height; in atomisp_calculate_real_zoom_region()
/linux/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c1423 pg_inst.eff_width = stream_config->input_config.effective_res.width; in ia_css_debug_pipe_graph_dump_stream_config()
1424 pg_inst.eff_height = stream_config->input_config.effective_res.height; in ia_css_debug_pipe_graph_dump_stream_config()
1605 ia_css_debug_dump_resolution(&config->input_config.effective_res, in ia_css_debug_dump_stream_config()