Lines Matching refs:rwpf

78 	if (video->rwpf->fmtinfo->mbus != fmt.format.code ||  in vsp1_video_verify_format()
79 video->rwpf->format.height != fmt.format.height || in vsp1_video_verify_format()
80 video->rwpf->format.width != fmt.format.width) in vsp1_video_verify_format()
315 struct vsp1_pipeline *pipe = video->rwpf->entity.pipe; in vsp1_video_complete_buffer()
350 struct vsp1_rwpf *rwpf) in vsp1_video_frame_end() argument
352 struct vsp1_video *video = rwpf->video; in vsp1_video_frame_end()
359 video->rwpf->mem = buf->mem; in vsp1_video_frame_end()
576 struct vsp1_rwpf *rwpf; in vsp1_video_pipeline_build() local
589 rwpf = to_rwpf(subdev); in vsp1_video_pipeline_build()
590 pipe->inputs[rwpf->entity.index] = rwpf; in vsp1_video_pipeline_build()
591 rwpf->video->pipe_index = ++pipe->num_inputs; in vsp1_video_pipeline_build()
595 rwpf = to_rwpf(subdev); in vsp1_video_pipeline_build()
596 pipe->output = rwpf; in vsp1_video_pipeline_build()
597 rwpf->video->pipe_index = 0; in vsp1_video_pipeline_build()
666 if (!video->rwpf->entity.pipe) { in vsp1_video_pipeline_get()
678 pipe = video->rwpf->entity.pipe; in vsp1_video_pipeline_get()
712 const struct v4l2_pix_format_mplane *format = &video->rwpf->format; in vsp1_video_queue_setup()
738 const struct v4l2_pix_format_mplane *format = &video->rwpf->format; in vsp1_video_buffer_prepare()
761 struct vsp1_pipeline *pipe = video->rwpf->entity.pipe; in vsp1_video_buffer_queue()
776 video->rwpf->mem = buf->mem; in vsp1_video_buffer_queue()
865 struct vsp1_pipeline *pipe = video->rwpf->entity.pipe; in vsp1_video_start_streaming()
907 struct vsp1_pipeline *pipe = video->rwpf->entity.pipe; in vsp1_video_stop_streaming()
976 format->fmt.pix_mp = video->rwpf->format; in vsp1_video_get_format()
1016 video->rwpf->format = format->fmt.pix_mp; in vsp1_video_set_format()
1017 video->rwpf->fmtinfo = info; in vsp1_video_set_format()
1233 struct vsp1_rwpf *rwpf) in vsp1_video_create() argument
1243 rwpf->video = video; in vsp1_video_create()
1246 video->rwpf = rwpf; in vsp1_video_create()
1248 if (rwpf->entity.type == VSP1_ENTITY_RPF) { in vsp1_video_create()
1274 rwpf->format.pixelformat = VSP1_VIDEO_DEF_FORMAT; in vsp1_video_create()
1275 rwpf->format.width = VSP1_VIDEO_DEF_WIDTH; in vsp1_video_create()
1276 rwpf->format.height = VSP1_VIDEO_DEF_HEIGHT; in vsp1_video_create()
1277 __vsp1_video_try_format(video, &rwpf->format, &rwpf->fmtinfo); in vsp1_video_create()
1283 rwpf->entity.subdev.name, direction); in vsp1_video_create()