Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/patman/
H A Dcommand.py68 last_pipe = None
75 if last_pipe is not None:
76 kwargs['stdin'] = last_pipe.stdout
87 last_pipe = cros_subprocess.Popen(cmd, cwd=cwd, **kwargs)
97 last_pipe.CommunicateFilter(None))
100 result.return_code = last_pipe.wait()
102 result.return_code = os.waitpid(last_pipe.pid, 0)[1]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dia_css_stream.h37 struct ia_css_pipe *last_pipe; member
H A Dsh_css.c537 struct ia_css_pipe *pipe = stream->last_pipe; in sh_css_config_input_network()
1063 if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_CAPTURE) { in sh_css_config_input_network()
1064 pipe = stream->last_pipe; in sh_css_config_input_network()
1065 } else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_YUVPP) { in sh_css_config_input_network()
1066 pipe = stream->last_pipe; in sh_css_config_input_network()
1067 } else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_PREVIEW) { in sh_css_config_input_network()
1068 pipe = stream->last_pipe->pipe_settings.preview.copy_pipe; in sh_css_config_input_network()
1069 } else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_VIDEO) { in sh_css_config_input_network()
1070 pipe = stream->last_pipe->pipe_settings.video.copy_pipe; in sh_css_config_input_network()
1074 pipe = stream->last_pipe; in sh_css_config_input_network()
[all …]