Lines Matching refs:video

533 	 * Handle shared buffer logic overflows for video buffers.
664 * Walk the entities chain starting at the pipeline output video node and start
667 * Return 0 if successful, or the return value of the failed video::s_stream
694 entity = &pipe->output->video.entity;
707 ret = v4l2_subdev_call(subdev, video, s_stream, mode);
712 v4l2_subdev_call(&isp->isp_aewb.subdev, video,
714 v4l2_subdev_call(&isp->isp_af.subdev, video,
716 v4l2_subdev_call(&isp->isp_hist.subdev, video,
766 * Walk the entities chain starting at the pipeline output video node and stop
787 entity = &pipe->output->video.entity;
802 video, s_stream, 0);
804 video, s_stream, 0);
806 video, s_stream, 0);
809 ret = v4l2_subdev_call(subdev, video, s_stream, 0);
855 * Return 0 if successful, or the return value of the failed video::s_stream
879 * Cancelling a stream mark all buffers on all video nodes in the pipeline as
896 * Resume video output and input and re-enable pipeline.
921 * video node
924 * Returns 1 if the entity has an enabled link to the output video node or 0
947 * output video node. It works only while pipeline can have no more than one
961 * output video node. It works only while pipeline can have no more than one
1210 struct isp_video *video = pipe->output;
1212 spin_lock_irqsave(&video->irqlock, flags);
1213 if (video->dmaqueue_flags & ISP_VIDEO_DMAQUEUE_UNDERRUN) {
1214 spin_unlock_irqrestore(&video->irqlock, flags);
1219 spin_unlock_irqrestore(&video->irqlock, flags);
1515 * As the ISP can't properly handle an input video stream interruption on a non
1752 /* Create links between entities and video nodes. */
1755 &isp->isp_csi2a.video_out.video.entity, 0, 0);
1760 &isp->isp_ccp2.video_in.video.entity, 0,
1767 &isp->isp_ccdc.video_out.video.entity, 0, 0);
1772 &isp->isp_prev.video_in.video.entity, 0,
1779 &isp->isp_prev.video_out.video.entity, 0, 0);
1784 &isp->isp_res.video_in.video.entity, 0,
1791 &isp->isp_res.video_out.video.entity, 0, 0);