Home
last modified time | relevance | path

Searched refs:rwpf (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.c79 if (video->rwpf->fmtinfo->mbus != fmt.format.code || in vsp1_video_verify_format()
80 video->rwpf->format.height != fmt.format.height || in vsp1_video_verify_format()
81 video->rwpf->format.width != fmt.format.width) { in vsp1_video_verify_format()
84 video->rwpf->fmtinfo->mbus, video->rwpf->format.width, in vsp1_video_verify_format()
85 video->rwpf->format.height, fmt.format.code, in vsp1_video_verify_format()
209 struct vsp1_pipeline *pipe = video->rwpf->entity.pipe; in vsp1_video_complete_buffer()
244 struct vsp1_rwpf *rwpf) in vsp1_video_frame_end() argument
246 struct vsp1_video *video = rwpf->video; in vsp1_video_frame_end()
253 video->rwpf->mem = buf->mem; in vsp1_video_frame_end()
469 struct vsp1_rwpf *rwpf; in vsp1_video_pipeline_build() local
[all …]
H A Dvsp1_video.h34 struct vsp1_rwpf *rwpf; member
58 struct vsp1_rwpf *rwpf);
H A Dvsp1_rwpf.h84 int vsp1_rwpf_init_ctrls(struct vsp1_rwpf *rwpf, unsigned int ncontrols);