Searched refs:stream_cfg (Results 1 – 4 of 4) sorted by relevance
284 struct ia_css_stream_config *stream_cfg, in calculate_mipi_buff_size() argument288 (void)stream_cfg; in calculate_mipi_buff_size()323 width = stream_cfg->input_config.input_res.width; in calculate_mipi_buff_size()324 height = stream_cfg->input_config.input_res.height; in calculate_mipi_buff_size()325 format = stream_cfg->input_config.format; in calculate_mipi_buff_size()326 pack_raw_pixels = stream_cfg->pack_raw_pixels; in calculate_mipi_buff_size()
47 struct ia_css_stream_config *stream_cfg,
720 struct ia_css_stream_config *stream_cfg, in sh_css_translate_stream_cfg_to_input_system_input_port_id() argument726 switch (stream_cfg->mode) { in sh_css_translate_stream_cfg_to_input_system_input_port_id()729 if (stream_cfg->source.tpg.id == IA_CSS_TPG_ID0) { in sh_css_translate_stream_cfg_to_input_system_input_port_id()731 } else if (stream_cfg->source.tpg.id == IA_CSS_TPG_ID1) { in sh_css_translate_stream_cfg_to_input_system_input_port_id()733 } else if (stream_cfg->source.tpg.id == IA_CSS_TPG_ID2) { in sh_css_translate_stream_cfg_to_input_system_input_port_id()740 if (stream_cfg->source.prbs.id == IA_CSS_PRBS_ID0) { in sh_css_translate_stream_cfg_to_input_system_input_port_id()742 } else if (stream_cfg->source.prbs.id == IA_CSS_PRBS_ID1) { in sh_css_translate_stream_cfg_to_input_system_input_port_id()744 } else if (stream_cfg->source.prbs.id == IA_CSS_PRBS_ID2) { in sh_css_translate_stream_cfg_to_input_system_input_port_id()751 if (stream_cfg->source.port.port == MIPI_PORT0_ID) { in sh_css_translate_stream_cfg_to_input_system_input_port_id()753 } else if (stream_cfg->source.port.port == MIPI_PORT1_ID) { in sh_css_translate_stream_cfg_to_input_system_input_port_id()[all …]
2580 struct ia_css_stream_config *stream_cfg = NULL; in atomisp_get_dvs2_bq_resolutions() local2592 stream_cfg = &asd->stream_env[ATOMISP_INPUT_STREAM_GENERAL] in atomisp_get_dvs2_bq_resolutions()2594 input_config = &stream_cfg->input_config; in atomisp_get_dvs2_bq_resolutions()