Searched refs:rwpf (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/media/platform/vsp1/ |
D | vsp1_rwpf.c | 19 struct v4l2_rect *vsp1_rwpf_get_crop(struct vsp1_rwpf *rwpf, in vsp1_rwpf_get_crop() argument 22 return v4l2_subdev_get_try_crop(&rwpf->entity.subdev, config, in vsp1_rwpf_get_crop() 52 struct vsp1_rwpf *rwpf = to_rwpf(subdev); in vsp1_rwpf_enum_frame_size() local 55 RWPF_MIN_HEIGHT, rwpf->max_width, in vsp1_rwpf_enum_frame_size() 56 rwpf->max_height); in vsp1_rwpf_enum_frame_size() 63 struct vsp1_rwpf *rwpf = to_rwpf(subdev); in vsp1_rwpf_set_format() local 68 mutex_lock(&rwpf->entity.lock); in vsp1_rwpf_set_format() 70 config = vsp1_entity_get_pad_config(&rwpf->entity, cfg, fmt->which); in vsp1_rwpf_set_format() 82 format = vsp1_entity_get_pad_format(&rwpf->entity, config, fmt->pad); in vsp1_rwpf_set_format() 96 RWPF_MIN_WIDTH, rwpf->max_width); in vsp1_rwpf_set_format() [all …]
|
D | vsp1_video.c | 80 if (video->rwpf->fmtinfo->mbus != fmt.format.code || in vsp1_video_verify_format() 81 video->rwpf->format.height != fmt.format.height || in vsp1_video_verify_format() 82 video->rwpf->format.width != fmt.format.width) in vsp1_video_verify_format() 323 struct vsp1_pipeline *pipe = video->rwpf->entity.pipe; in vsp1_video_complete_buffer() 364 struct vsp1_rwpf *rwpf) in vsp1_video_frame_end() argument 366 struct vsp1_video *video = rwpf->video; in vsp1_video_frame_end() 373 video->rwpf->mem = buf->mem; in vsp1_video_frame_end() 590 struct vsp1_rwpf *rwpf; in vsp1_video_pipeline_build() local 603 rwpf = to_rwpf(subdev); in vsp1_video_pipeline_build() 604 pipe->inputs[rwpf->entity.index] = rwpf; in vsp1_video_pipeline_build() [all …]
|
D | vsp1_video.h | 34 struct vsp1_rwpf *rwpf; member 58 struct vsp1_rwpf *rwpf);
|
D | vsp1_rwpf.h | 81 int vsp1_rwpf_init_ctrls(struct vsp1_rwpf *rwpf, unsigned int ncontrols); 85 struct v4l2_rect *vsp1_rwpf_get_crop(struct vsp1_rwpf *rwpf,
|