Lines Matching full:pipeline
545 * video_device_pipeline_start - Mark a pipeline as streaming
547 * @pipe: Media pipeline to be assigned to all entities in the pipeline.
550 * either directly or indirectly, as streaming. The given pipeline object is
551 * assigned to every pad in the pipeline and stored in the media_pad pipe
556 * pipeline pointer must be identical for all nested calls to
567 * __video_device_pipeline_start - Mark a pipeline as streaming
569 * @pipe: Media pipeline to be assigned to all entities in the pipeline.
581 * video_device_pipeline_stop - Mark a pipeline as not streaming
589 * number of calls to this function are required to mark the pipeline as not
599 * __video_device_pipeline_stop - Mark a pipeline as not streaming
611 * video_device_pipeline_alloc_start - Mark a pipeline as streaming
615 * but instead of working on a given pipeline the function will use an
616 * existing pipeline if the video device is already part of a pipeline, or
617 * allocate a new pipeline.
625 * video_device_pipeline - Get the media pipeline a video device is part of
628 * This function returns the media pipeline that a video device has been
629 * associated with when constructing the pipeline with
634 * device is not part of any pipeline.