Lines Matching full:pipeline
42 * @stream: the pointer to the stream structure with the pipeline to be
45 * Calls s_stream to disable the stream in each entity of the pipeline
79 * construct the pipeline used later on the streamer thread.
81 * the pipeline.
113 /* Check if the end of the pipeline was reached */ in vimc_streamer_pipeline_init()
126 /* Get the next device in the pipeline */ in vimc_streamer_pipeline_init()
143 * vimc_streamer_thread - Process frames through the pipeline
148 * the next one of the pipeline at a fixed framerate.
182 * vimc_streamer_s_stream - Start/stop the streaming on the media pipeline
190 * pipeline, creates and runs a kthread to consume buffers through the pipeline.
192 * thread and terminates the pipeline.
233 * pipeline. in vimc_streamer_s_stream()