Lines Matching refs:last_pipe

469 	struct ia_css_pipe *pipe = stream->last_pipe;
914 if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_CAPTURE)
915 pipe = stream->last_pipe;
916 else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_YUVPP)
917 pipe = stream->last_pipe;
918 else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_PREVIEW)
919 pipe = stream->last_pipe->pipe_settings.preview.copy_pipe;
920 else if (stream->last_pipe->config.mode == IA_CSS_PIPE_MODE_VIDEO)
921 pipe = stream->last_pipe->pipe_settings.video.copy_pipe;
923 pipe = stream->last_pipe;
1004 struct ia_css_pipe *last_pipe = NULL;
1007 last_pipe = stream->last_pipe;
1009 return last_pipe;
1016 struct ia_css_pipe *last_pipe = NULL;
1019 last_pipe = stream_get_last_pipe(stream);
1022 (last_pipe) &&
1024 pipe_id = last_pipe->mode;
1027 copy_pipe = last_pipe->pipe_settings.preview.copy_pipe;
1030 copy_pipe = last_pipe->pipe_settings.video.copy_pipe;
1537 main_pipe = stream->last_pipe;
1598 main_pipe = stream->last_pipe;
1687 main_pipe = stream->last_pipe;
3148 in_frame = pipe->stream->last_pipe->continuous_frames[0];
3319 in_frame = pipe->stream->last_pipe->continuous_frames[0];
4133 pipe = stream->last_pipe;
6989 in_frame = pipe->stream->last_pipe->continuous_frames[0];
7019 in_frame = pipe->stream->last_pipe->continuous_frames[0];
8019 curr_stream->last_pipe = curr_stream->pipes[0];
8296 if ((stream->last_pipe) &&
8297 ia_css_pipeline_is_mapped(stream->last_pipe->pipe_num)) {
8417 if ((!stream) || (!stream->last_pipe)) {
8421 IA_CSS_LOG("starting %d", stream->last_pipe->mode);
8469 assert(stream->last_pipe);
8471 stream->last_pipe->mode);
8482 err = ia_css_pipeline_request_stop(&stream->last_pipe->pipeline);
8502 stopped = ia_css_pipeline_has_stopped(&stream->last_pipe->pipeline);
8635 pipe = stream->last_pipe;