Searched refs:effective_res (Results 1 – 6 of 6) sorted by relevance
185 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()
358 s_config->input_config.effective_res.width, in __dump_stream_config()2022 struct ia_css_resolution *effective_res = in __configure_preview_pp_input() local2073 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() local2198 if (effective_res->width >= out_width * in __configure_video_pp_input()[all …]
77 struct ia_css_resolution effective_res; /** Resolution of input data. member
3049 struct ia_css_resolution *effective_res; in ia_css_get_crop_offsets() local3063 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() local8246 struct ia_css_resolution effective_res; in ia_css_stream_create() local8254 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 …]
1881 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()
2889 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()