Searched refs:stream_cfg (Results 1 – 4 of 4) sorted by relevance
247 static int calculate_mipi_buff_size(struct ia_css_stream_config *stream_cfg, in calculate_mipi_buff_size() argument282 width = stream_cfg->input_config.input_res.width; in calculate_mipi_buff_size()283 height = stream_cfg->input_config.input_res.height; in calculate_mipi_buff_size()284 format = stream_cfg->input_config.format; in calculate_mipi_buff_size()285 pack_raw_pixels = stream_cfg->pack_raw_pixels; in calculate_mipi_buff_size()
658 struct ia_css_stream_config *stream_cfg, in sh_css_translate_stream_cfg_to_input_system_input_port_id() argument664 switch (stream_cfg->mode) { in sh_css_translate_stream_cfg_to_input_system_input_port_id()667 if (stream_cfg->source.tpg.id == IA_CSS_TPG_ID0) in sh_css_translate_stream_cfg_to_input_system_input_port_id()669 else if (stream_cfg->source.tpg.id == IA_CSS_TPG_ID1) in sh_css_translate_stream_cfg_to_input_system_input_port_id()671 else if (stream_cfg->source.tpg.id == IA_CSS_TPG_ID2) in sh_css_translate_stream_cfg_to_input_system_input_port_id()677 if (stream_cfg->source.prbs.id == IA_CSS_PRBS_ID0) in sh_css_translate_stream_cfg_to_input_system_input_port_id()679 else if (stream_cfg->source.prbs.id == IA_CSS_PRBS_ID1) in sh_css_translate_stream_cfg_to_input_system_input_port_id()681 else if (stream_cfg->source.prbs.id == IA_CSS_PRBS_ID2) in sh_css_translate_stream_cfg_to_input_system_input_port_id()687 if (stream_cfg->source.port.port == MIPI_PORT0_ID) in sh_css_translate_stream_cfg_to_input_system_input_port_id()689 else if (stream_cfg->source.port.port == MIPI_PORT1_ID) in sh_css_translate_stream_cfg_to_input_system_input_port_id()[all …]
769 (buf->stream_cfg.protocol << 8) | buf->stream_cfg.jrts; in ump_handle_stream_cfg_msg()
758 struct snd_ump_stream_msg_stream_cfg stream_cfg; member