Home
last modified time | relevance | path

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

/linux/drivers/media/platform/vsp1/
A Dvsp1_rwpf.c57 rwpf->max_height); in vsp1_rwpf_enum_frame_size()
69 mutex_lock(&rwpf->entity.lock); in vsp1_rwpf_set_format()
122 if (rwpf->flip.rotate) { in vsp1_rwpf_set_format()
128 mutex_unlock(&rwpf->entity.lock); in vsp1_rwpf_set_format()
148 mutex_lock(&rwpf->entity.lock); in vsp1_rwpf_get_selection()
177 mutex_unlock(&rwpf->entity.lock); in vsp1_rwpf_get_selection()
201 mutex_lock(&rwpf->entity.lock); in vsp1_rwpf_set_selection()
262 struct vsp1_rwpf *rwpf = in vsp1_rwpf_s_ctrl() local
267 rwpf->alpha = ctrl->val; in vsp1_rwpf_s_ctrl()
284 rwpf->entity.subdev.ctrl_handler = &rwpf->ctrls; in vsp1_rwpf_init_ctrls()
[all …]
A Dvsp1_video.c350 struct vsp1_rwpf *rwpf) in vsp1_video_frame_end() argument
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()
595 rwpf = to_rwpf(subdev); in vsp1_video_pipeline_build()
596 pipe->output = rwpf; in vsp1_video_pipeline_build()
776 video->rwpf->mem = buf->mem; in vsp1_video_buffer_queue()
1255 rwpf->video = video; in vsp1_video_create()
1258 video->rwpf = rwpf; in vsp1_video_create()
[all …]
A Dvsp1_video.h34 struct vsp1_rwpf *rwpf; member
58 struct vsp1_rwpf *rwpf);
A Dvsp1_rwpf.h82 int vsp1_rwpf_init_ctrls(struct vsp1_rwpf *rwpf, unsigned int ncontrols);
86 struct v4l2_rect *vsp1_rwpf_get_crop(struct vsp1_rwpf *rwpf,
A Dvsp1_drm.c578 struct vsp1_rwpf *rwpf, in vsp1_du_pipeline_set_rwpf_format() argument
599 rwpf->fmtinfo = fmtinfo; in vsp1_du_pipeline_set_rwpf_format()
600 rwpf->format.num_planes = fmtinfo->planes; in vsp1_du_pipeline_set_rwpf_format()
601 rwpf->format.plane_fmt[0].bytesperline = pitch; in vsp1_du_pipeline_set_rwpf_format()
602 rwpf->format.plane_fmt[1].bytesperline = pitch / chroma_hsub; in vsp1_du_pipeline_set_rwpf_format()

Completed in 10 milliseconds