Searched refs:last_pipe (Results 1 – 2 of 2) sorted by relevance
37 struct ia_css_pipe *last_pipe; member
536 struct ia_css_pipe *pipe = stream->last_pipe; in sh_css_config_input_network()1068 if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_CAPTURE) { in sh_css_config_input_network()1069 pipe = stream->last_pipe; in sh_css_config_input_network()1070 } else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_YUVPP) { in sh_css_config_input_network()1071 pipe = stream->last_pipe; in sh_css_config_input_network()1072 } else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_PREVIEW) { in sh_css_config_input_network()1073 pipe = stream->last_pipe->pipe_settings.preview.copy_pipe; in sh_css_config_input_network()1074 } else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_VIDEO) { in sh_css_config_input_network()1075 pipe = stream->last_pipe->pipe_settings.video.copy_pipe; in sh_css_config_input_network()1079 pipe = stream->last_pipe; in sh_css_config_input_network()[all …]