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

/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_rwpf.c19 struct v4l2_rect *vsp1_rwpf_get_crop(struct vsp1_rwpf *rwpf, argument
51 struct vsp1_rwpf *rwpf = to_rwpf(subdev); local
55 RWPF_MIN_HEIGHT, rwpf->max_width,
56 rwpf->max_height);
63 struct vsp1_rwpf *rwpf = to_rwpf(subdev); local
68 mutex_lock(&rwpf->entity.lock);
70 state = vsp1_entity_get_state(&rwpf->entity, sd_state, fmt->which);
82 format = vsp1_entity_get_pad_format(&rwpf->entity, state, fmt->pad);
96 RWPF_MIN_WIDTH, rwpf->max_width);
98 RWPF_MIN_HEIGHT, rwpf
134 struct vsp1_rwpf *rwpf = to_rwpf(subdev); local
182 struct vsp1_rwpf *rwpf = to_rwpf(subdev); local
261 struct vsp1_rwpf *rwpf = local
277 vsp1_rwpf_init_ctrls(struct vsp1_rwpf *rwpf, unsigned int ncontrols) argument
[all...]
H A Dvsp1_video.h34 struct vsp1_rwpf *rwpf; member in struct:vsp1_video
58 struct vsp1_rwpf *rwpf);
H A Dvsp1_rwpf.h84 int vsp1_rwpf_init_ctrls(struct vsp1_rwpf *rwpf, unsigned int ncontrols);
88 struct v4l2_rect *vsp1_rwpf_get_crop(struct vsp1_rwpf *rwpf,
H A Dvsp1_video.c79 if (video->rwpf->fmtinfo->mbus != fmt.format.code ||
80 video->rwpf->format.height != fmt.format.height ||
81 video->rwpf->format.width != fmt.format.width)
316 struct vsp1_pipeline *pipe = video->rwpf->entity.pipe;
351 struct vsp1_rwpf *rwpf)
353 struct vsp1_video *video = rwpf->video;
360 video->rwpf->mem = buf->mem;
577 struct vsp1_rwpf *rwpf; local
590 rwpf = to_rwpf(subdev);
591 pipe->inputs[rwpf
350 vsp1_video_frame_end(struct vsp1_pipeline *pipe, struct vsp1_rwpf *rwpf) argument
1233 vsp1_video_create(struct vsp1_device *vsp1, struct vsp1_rwpf *rwpf) argument
[all...]
H A Dvsp1_drm.c579 struct vsp1_rwpf *rwpf,
600 rwpf->fmtinfo = fmtinfo;
601 rwpf->format.num_planes = fmtinfo->planes;
602 rwpf->format.plane_fmt[0].bytesperline = pitch;
603 rwpf->format.plane_fmt[1].bytesperline = pitch / chroma_hsub;
578 vsp1_du_pipeline_set_rwpf_format(struct vsp1_device *vsp1, struct vsp1_rwpf *rwpf, u32 pixelformat, unsigned int pitch) argument

Completed in 247 milliseconds