Searched refs:last_pipe (Results 1 – 3 of 3) sorted by relevance
68 last_pipe = None75 if last_pipe is not None:76 kwargs['stdin'] = last_pipe.stdout87 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]
37 struct ia_css_pipe *last_pipe; member
537 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 …]