Searched refs:rwpf (Results 1 – 6 of 6) sorted by relevance
56 rwpf->max_height); in vsp1_rwpf_enum_frame_size()68 mutex_lock(&rwpf->entity.lock); in vsp1_rwpf_set_format()158 if (rwpf->flip.rotate) { in vsp1_rwpf_set_format()164 mutex_unlock(&rwpf->entity.lock); in vsp1_rwpf_set_format()184 mutex_lock(&rwpf->entity.lock); in vsp1_rwpf_get_selection()211 mutex_unlock(&rwpf->entity.lock); in vsp1_rwpf_get_selection()235 mutex_lock(&rwpf->entity.lock); in vsp1_rwpf_set_selection()296 struct vsp1_rwpf *rwpf = in vsp1_rwpf_s_ctrl() local301 rwpf->alpha = ctrl->val; in vsp1_rwpf_s_ctrl()318 rwpf->entity.subdev.ctrl_handler = &rwpf->ctrls; in vsp1_rwpf_init_ctrls()[all …]
84 video->rwpf->fmtinfo->mbus, video->rwpf->format.width, in vsp1_video_verify_format()244 struct vsp1_rwpf *rwpf) in vsp1_video_frame_end() argument253 video->rwpf->mem = buf->mem; in vsp1_video_frame_end()469 struct vsp1_rwpf *rwpf; in vsp1_video_pipeline_build() local482 rwpf = to_rwpf(subdev); in vsp1_video_pipeline_build()483 pipe->inputs[rwpf->entity.index] = rwpf; in vsp1_video_pipeline_build()488 rwpf = to_rwpf(subdev); in vsp1_video_pipeline_build()489 pipe->output = rwpf; in vsp1_video_pipeline_build()1233 rwpf->video = video; in vsp1_video_create()1236 video->rwpf = rwpf; in vsp1_video_create()[all …]
34 struct vsp1_rwpf *rwpf; member58 struct vsp1_rwpf *rwpf);
86 struct vsp1_rwpf *rwpf, in vsp1_vspx_rwpf_set_subdev_fmt() argument91 struct vsp1_entity *ent = &rwpf->entity; in vsp1_vspx_rwpf_set_subdev_fmt()114 rwpf->fmtinfo = vsp1_get_format_info(vsp1, vspx_fourcc); in vsp1_vspx_rwpf_set_subdev_fmt()121 format.format.code = rwpf->fmtinfo->mbus; in vsp1_vspx_rwpf_set_subdev_fmt()
84 int vsp1_rwpf_init_ctrls(struct vsp1_rwpf *rwpf, unsigned int ncontrols);
589 struct vsp1_rwpf *rwpf, in vsp1_du_pipeline_set_rwpf_format() argument610 rwpf->fmtinfo = fmtinfo; in vsp1_du_pipeline_set_rwpf_format()611 rwpf->format.num_planes = fmtinfo->planes; in vsp1_du_pipeline_set_rwpf_format()612 rwpf->format.plane_fmt[0].bytesperline = pitch; in vsp1_du_pipeline_set_rwpf_format()613 rwpf->format.plane_fmt[1].bytesperline = pitch / chroma_hsub; in vsp1_du_pipeline_set_rwpf_format()
Completed in 16 milliseconds