Searched refs:effective_res (Results 1 – 6 of 6) sorted by relevance
378 s_config->input_config.effective_res.width, in __dump_stream_config()2377 struct ia_css_resolution *effective_res = in __configure_preview_pp_input() local2428 if (effective_res->width >= out_width * in __configure_preview_pp_input()2430 effective_res->height >= out_height * in __configure_preview_pp_input()2433 effective_res->width * in __configure_preview_pp_input()2437 effective_res->height * in __configure_preview_pp_input()2451 yuv_ds_in_width = effective_res->width; in __configure_preview_pp_input()2452 yuv_ds_in_height = effective_res->height; in __configure_preview_pp_input()2503 struct ia_css_resolution *effective_res = in __configure_video_pp_input() local2553 if (effective_res->width >= out_width * in __configure_video_pp_input()[all …]
77 struct ia_css_resolution effective_res; /** Resolution of input data. member
3311 struct ia_css_resolution *effective_res; in ia_css_get_crop_offsets() local3325 effective_res = &pipe->stream->config.input_config.effective_res; in ia_css_get_crop_offsets()9256 if (effective_res.height == 0 || effective_res.width == 0) {9257 effective_res = curr_pipe->stream->config.input_config.effective_res;9267 effective_res = crop_res;9278 effective_res.width,9279 effective_res.height);9395 effective_res.width,9396 effective_res.height);10617 (!effective_res)) {[all …]
2642 (input_config->effective_res.width * in atomisp_get_dvs2_bq_resolutions()2644 input_config->effective_res.width + 1) / 2; in atomisp_get_dvs2_bq_resolutions()2646 (input_config->effective_res.height * in atomisp_get_dvs2_bq_resolutions()2648 input_config->effective_res.height + 1) / 2; in atomisp_get_dvs2_bq_resolutions()2659 input_config->effective_res.width / 2; in atomisp_get_dvs2_bq_resolutions()2662 input_config->effective_res.width / 2; in atomisp_get_dvs2_bq_resolutions()2680 input_config->effective_res.width + in atomisp_get_dvs2_bq_resolutions()2683 input_config->effective_res.width; in atomisp_get_dvs2_bq_resolutions()2686 input_config->effective_res.width + 1; in atomisp_get_dvs2_bq_resolutions()2706 input_config->effective_res.width; in atomisp_get_dvs2_bq_resolutions()[all …]
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()
2892 pg_inst.eff_width = stream_config->input_config.effective_res.width; in ia_css_debug_pipe_graph_dump_stream_config()2893 pg_inst.eff_height = stream_config->input_config.effective_res.height; in ia_css_debug_pipe_graph_dump_stream_config()3097 ia_css_debug_dump_resolution(&config->input_config.effective_res, in ia_css_debug_dump_stream_config()
Completed in 38 milliseconds