Lines Matching full:pipeline
43 * @stream: the pointer to the stream structure with the pipeline to be
46 * Calls s_stream to disable the stream in each entity of the pipeline
74 * construct the pipeline used later on the streamer thread.
76 * the pipeline.
108 /* Check if the end of the pipeline was reached*/ in vimc_streamer_pipeline_init()
112 /* Get the next device in the pipeline */ in vimc_streamer_pipeline_init()
129 * vimc_streamer_thread - Process frames through the pipeline
134 * the next one of the pipeline at a fixed framerate.
168 * vimc_streamer_s_stream - Start/stop the streaming on the media pipeline
176 * pipeline, creates and runs a kthread to consume buffers through the pipeline.
178 * thread and terminates the pipeline.