Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_stream_public.h70 struct ia_css_resolution effective_res; /** Resolution of input data. member
H A Dsh_css.c2879 struct ia_css_resolution *effective_res; in ia_css_get_crop_offsets() local
2894 effective_res = &pipe->config.input_effective_res; in ia_css_get_crop_offsets()
2896 effective_res = &pipe->stream->config.input_config.effective_res; in ia_css_get_crop_offsets()
2902 min_reqd_height = effective_res->height + extra_row; in ia_css_get_crop_offsets()
2903 min_reqd_width = effective_res->width + extra_col; in ia_css_get_crop_offsets()
7824 struct ia_css_resolution effective_res; in ia_css_stream_create() local
7978 struct ia_css_resolution effective_res; in ia_css_stream_create() local
7985 effective_res = curr_pipe->config.input_effective_res; in ia_css_stream_create()
7986 if (effective_res.height == 0 || effective_res.width == 0) { in ia_css_stream_create()
7987 effective_res = curr_pipe->stream->config.input_config.effective_res; in ia_css_stream_create()
[all …]
H A Datomisp_cmd.c1756 stream_env->stream_config.input_config.effective_res.width; in atomisp_calculate_real_zoom_region()
1758 stream_env->stream_config.input_config.effective_res.height; in atomisp_calculate_real_zoom_region()