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

/linux-master/drivers/staging/media/atomisp/pci/camera/util/src/
H A Dutil.c185 if (stream_config->input_config.effective_res.width == 0 ||
186 stream_config->input_config.effective_res.height == 0)
/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_stream_public.h75 struct ia_css_resolution effective_res; /** Resolution of input data. member in struct:ia_css_stream_input_config
H A Datomisp_compat_css20.c341 dev_dbg(isp->dev, "stream_config.input_config.effective_res w=%d, h=%d.\n",
342 s_config->input_config.effective_res.width,
343 s_config->input_config.effective_res.height);
1602 s_config->input_config.effective_res.width = width;
1603 s_config->input_config.effective_res.height = height;
1907 if (width > s_config->input_config.effective_res.width ||
1908 height > s_config->input_config.effective_res.height) {
1909 s_config->input_config.effective_res.width = width;
1910 s_config->input_config.effective_res.height = height;
1961 stream_config->input_config.effective_res
1990 struct ia_css_resolution *effective_res = local
2116 struct ia_css_resolution *effective_res = local
[all...]
H A Dsh_css.c2932 struct ia_css_resolution *effective_res; local
2947 effective_res = &pipe->config.input_effective_res;
2949 effective_res = &pipe->stream->config.input_config.effective_res;
2955 min_reqd_height = effective_res->height + extra_row;
2956 min_reqd_width = effective_res->width + extra_col;
7913 struct ia_css_resolution effective_res; local
8067 struct ia_css_resolution effective_res; local
8074 effective_res = curr_pipe->config.input_effective_res;
8075 if (effective_res
[all...]
H A Datomisp_cmd.c1765 stream_env->stream_config.input_config.effective_res.width;
1767 stream_env->stream_config.input_config.effective_res.height;
/linux-master/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;
1424 pg_inst.eff_height = stream_config->input_config.effective_res.height;
1605 ia_css_debug_dump_resolution(&config->input_config.effective_res,
1606 "effective_res");

Completed in 313 milliseconds