Lines Matching refs:video
115 struct v4l2_pix_format_mplane *format = &wpf->video.format; in wpf_s_stream()
133 const struct vsp1_format_info *fmtinfo = wpf->video.fmtinfo; in wpf_s_stream()
190 .video = &wpf_video_ops,
198 static void wpf_vdev_queue(struct vsp1_video *video, in wpf_vdev_queue() argument
201 struct vsp1_rwpf *wpf = container_of(video, struct vsp1_rwpf, video); in wpf_vdev_queue()
221 struct vsp1_video *video; in vsp1_wpf_create() local
268 video = &wpf->video; in vsp1_wpf_create()
270 video->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; in vsp1_wpf_create()
271 video->vsp1 = vsp1; in vsp1_wpf_create()
272 video->ops = &wpf_vdev_ops; in vsp1_wpf_create()
274 ret = vsp1_video_init(video, &wpf->entity); in vsp1_wpf_create()
278 wpf->entity.video = video; in vsp1_wpf_create()
289 &wpf->video.video.entity, 0, flags); in vsp1_wpf_create()
293 wpf->entity.sink = &wpf->video.video.entity; in vsp1_wpf_create()