Lines Matching refs:video
78 const struct vsp1_format_info *fmtinfo = rpf->video.fmtinfo; in rpf_s_stream()
79 const struct v4l2_pix_format_mplane *format = &rpf->video.format; in rpf_s_stream()
181 .video = &rpf_video_ops,
189 static void rpf_vdev_queue(struct vsp1_video *video, in rpf_vdev_queue() argument
192 struct vsp1_rwpf *rpf = container_of(video, struct vsp1_rwpf, video); in rpf_vdev_queue()
222 struct vsp1_video *video; in vsp1_rpf_create() local
268 video = &rpf->video; in vsp1_rpf_create()
270 video->type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; in vsp1_rpf_create()
271 video->vsp1 = vsp1; in vsp1_rpf_create()
272 video->ops = &rpf_vdev_ops; in vsp1_rpf_create()
274 ret = vsp1_video_init(video, &rpf->entity); in vsp1_rpf_create()
278 rpf->entity.video = video; in vsp1_rpf_create()
281 ret = media_entity_create_link(&rpf->video.video.entity, 0, in vsp1_rpf_create()