Searched refs:last_pipe (Results 1 – 1 of 1) sorted by relevance
460 struct ia_css_pipe *pipe = stream->last_pipe; in sh_css_config_input_network_2400()905 if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_CAPTURE) in sh_css_config_input_network_2401()906 pipe = stream->last_pipe; in sh_css_config_input_network_2401()907 else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_YUVPP) in sh_css_config_input_network_2401()908 pipe = stream->last_pipe; in sh_css_config_input_network_2401()909 else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_PREVIEW) in sh_css_config_input_network_2401()910 pipe = stream->last_pipe->pipe_settings.preview.copy_pipe; in sh_css_config_input_network_2401()911 else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_VIDEO) in sh_css_config_input_network_2401()912 pipe = stream->last_pipe->pipe_settings.video.copy_pipe; in sh_css_config_input_network_2401()914 pipe = stream->last_pipe; in sh_css_config_input_network_2401()[all …]