Searched refs:stream_cfg (Results 1 – 3 of 3) sorted by relevance
249 static int calculate_mipi_buff_size(struct ia_css_stream_config *stream_cfg, in calculate_mipi_buff_size() argument284 width = stream_cfg->input_config.input_res.width; in calculate_mipi_buff_size()285 height = stream_cfg->input_config.input_res.height; in calculate_mipi_buff_size()286 format = stream_cfg->input_config.format; in calculate_mipi_buff_size()287 pack_raw_pixels = stream_cfg->pack_raw_pixels; in calculate_mipi_buff_size()
681 struct ia_css_stream_config *stream_cfg, in sh_css_translate_stream_cfg_to_input_system_input_port_id() argument687 switch (stream_cfg->mode) { in sh_css_translate_stream_cfg_to_input_system_input_port_id()690 if (stream_cfg->source.tpg.id == IA_CSS_TPG_ID0) in sh_css_translate_stream_cfg_to_input_system_input_port_id()692 else if (stream_cfg->source.tpg.id == IA_CSS_TPG_ID1) in sh_css_translate_stream_cfg_to_input_system_input_port_id()694 else if (stream_cfg->source.tpg.id == IA_CSS_TPG_ID2) in sh_css_translate_stream_cfg_to_input_system_input_port_id()700 if (stream_cfg->source.prbs.id == IA_CSS_PRBS_ID0) in sh_css_translate_stream_cfg_to_input_system_input_port_id()702 else if (stream_cfg->source.prbs.id == IA_CSS_PRBS_ID1) in sh_css_translate_stream_cfg_to_input_system_input_port_id()704 else if (stream_cfg->source.prbs.id == IA_CSS_PRBS_ID2) in sh_css_translate_stream_cfg_to_input_system_input_port_id()710 if (stream_cfg->source.port.port == MIPI_PORT0_ID) in sh_css_translate_stream_cfg_to_input_system_input_port_id()712 else if (stream_cfg->source.port.port == MIPI_PORT1_ID) in sh_css_translate_stream_cfg_to_input_system_input_port_id()[all …]
2172 struct ia_css_stream_config *stream_cfg = NULL; in atomisp_get_dvs2_bq_resolutions() local2184 stream_cfg = &asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL] in atomisp_get_dvs2_bq_resolutions()2186 input_config = &stream_cfg->input_config; in atomisp_get_dvs2_bq_resolutions()