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

/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_stream.h33 struct ia_css_pipe *last_pipe; member in struct:ia_css_stream
H A Dsh_css.c469 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; local
1016 struct ia_css_pipe *last_pipe = NULL; local
[all...]

Completed in 126 milliseconds