Searched refs:last_pipe (Results 1 – 2 of 2) sorted by relevance
33 struct ia_css_pipe *last_pipe; member
469 struct ia_css_pipe *pipe = stream->last_pipe; in sh_css_config_input_network_2400()914 if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_CAPTURE) in sh_css_config_input_network_2401()915 pipe = stream->last_pipe; in sh_css_config_input_network_2401()916 else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_YUVPP) in sh_css_config_input_network_2401()917 pipe = stream->last_pipe; in sh_css_config_input_network_2401()918 else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_PREVIEW) in sh_css_config_input_network_2401()919 pipe = stream->last_pipe->pipe_settings.preview.copy_pipe; in sh_css_config_input_network_2401()920 else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_VIDEO) in sh_css_config_input_network_2401()921 pipe = stream->last_pipe->pipe_settings.video.copy_pipe; in sh_css_config_input_network_2401()923 pipe = stream->last_pipe; in sh_css_config_input_network_2401()[all …]