Searched refs:stream_cfg (Results 1 – 4 of 4) sorted by relevance
270 struct ia_css_stream_config *stream_cfg, in calculate_mipi_buff_size() argument275 (void)stream_cfg; in calculate_mipi_buff_size()310 width = stream_cfg->input_config.input_res.width; in calculate_mipi_buff_size()311 height = stream_cfg->input_config.input_res.height; in calculate_mipi_buff_size()312 format = stream_cfg->input_config.format; in calculate_mipi_buff_size()313 pack_raw_pixels = stream_cfg->pack_raw_pixels; in calculate_mipi_buff_size()
47 struct ia_css_stream_config *stream_cfg,
714 struct ia_css_stream_config *stream_cfg, in sh_css_translate_stream_cfg_to_input_system_input_port_id() argument720 switch (stream_cfg->mode) { in sh_css_translate_stream_cfg_to_input_system_input_port_id()723 if (stream_cfg->source.tpg.id == IA_CSS_TPG_ID0) in sh_css_translate_stream_cfg_to_input_system_input_port_id()725 else if (stream_cfg->source.tpg.id == IA_CSS_TPG_ID1) in sh_css_translate_stream_cfg_to_input_system_input_port_id()727 else if (stream_cfg->source.tpg.id == IA_CSS_TPG_ID2) in sh_css_translate_stream_cfg_to_input_system_input_port_id()733 if (stream_cfg->source.prbs.id == IA_CSS_PRBS_ID0) in sh_css_translate_stream_cfg_to_input_system_input_port_id()735 else if (stream_cfg->source.prbs.id == IA_CSS_PRBS_ID1) in sh_css_translate_stream_cfg_to_input_system_input_port_id()737 else if (stream_cfg->source.prbs.id == IA_CSS_PRBS_ID2) in sh_css_translate_stream_cfg_to_input_system_input_port_id()743 if (stream_cfg->source.port.port == MIPI_PORT0_ID) in sh_css_translate_stream_cfg_to_input_system_input_port_id()745 else if (stream_cfg->source.port.port == MIPI_PORT1_ID) in sh_css_translate_stream_cfg_to_input_system_input_port_id()[all …]
2581 struct ia_css_stream_config *stream_cfg = NULL; in atomisp_get_dvs2_bq_resolutions() local2593 stream_cfg = &asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL] in atomisp_get_dvs2_bq_resolutions()2595 input_config = &stream_cfg->input_config; in atomisp_get_dvs2_bq_resolutions()