Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/camera/util/src/
H A 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()
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_compat_css20.c358 s_config->input_config.effective_res.width, in __dump_stream_config()
2022 struct ia_css_resolution *effective_res = in __configure_preview_pp_input() local
2073 if (effective_res->width >= out_width * in __configure_preview_pp_input()
2075 effective_res->height >= out_height * in __configure_preview_pp_input()
2078 effective_res->width * in __configure_preview_pp_input()
2082 effective_res->height * in __configure_preview_pp_input()
2096 yuv_ds_in_width = effective_res->width; in __configure_preview_pp_input()
2097 yuv_ds_in_height = effective_res->height; in __configure_preview_pp_input()
2148 struct ia_css_resolution *effective_res = in __configure_video_pp_input() local
2198 if (effective_res->width >= out_width * in __configure_video_pp_input()
[all …]
H A Dia_css_stream_public.h77 struct ia_css_resolution effective_res; /** Resolution of input data. member
H A 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()
8072 struct ia_css_resolution effective_res; in ia_css_stream_create() local
8246 struct ia_css_resolution effective_res; in ia_css_stream_create() local
8254 if (effective_res.height == 0 || effective_res.width == 0) { in ia_css_stream_create()
8255 effective_res = curr_pipe->stream->config.input_config.effective_res; in ia_css_stream_create()
8260 effective_res.width, in ia_css_stream_create()
8261 effective_res.height); in ia_css_stream_create()
8350 effective_res.width, in ia_css_stream_create()
[all …]
H A 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()
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A 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()