Home
last modified time | relevance | path

Searched refs:stream_cfg (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_mipi.c247 static int calculate_mipi_buff_size(struct ia_css_stream_config *stream_cfg, in calculate_mipi_buff_size() argument
282 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()
H A Dsh_css.c658 struct ia_css_stream_config *stream_cfg, in sh_css_translate_stream_cfg_to_input_system_input_port_id() argument
664 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 …]
/openbmc/linux/sound/core/
H A Dump.c769 (buf->stream_cfg.protocol << 8) | buf->stream_cfg.jrts; in ump_handle_stream_cfg_msg()
/openbmc/linux/include/sound/
H A Dump_msg.h758 struct snd_ump_stream_msg_stream_cfg stream_cfg; member