Home
last modified time | relevance | path

Searched refs:last_pipe (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/staging/media/atomisp/pci/
Dia_css_stream.h37 struct ia_css_pipe *last_pipe; member
Dsh_css.c532 struct ia_css_pipe *pipe = stream->last_pipe; in sh_css_config_input_network()
1058 if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_CAPTURE) in sh_css_config_input_network()
1059 pipe = stream->last_pipe; in sh_css_config_input_network()
1060 else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_YUVPP) in sh_css_config_input_network()
1061 pipe = stream->last_pipe; in sh_css_config_input_network()
1062 else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_PREVIEW) in sh_css_config_input_network()
1063 pipe = stream->last_pipe->pipe_settings.preview.copy_pipe; in sh_css_config_input_network()
1064 else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_VIDEO) in sh_css_config_input_network()
1065 pipe = stream->last_pipe->pipe_settings.video.copy_pipe; in sh_css_config_input_network()
1067 pipe = stream->last_pipe; in sh_css_config_input_network()
[all …]