Lines Matching refs:crop
82 return &rwpf->crop; in vsp1_rwpf_get_crop()
104 struct v4l2_rect *crop; in vsp1_rwpf_set_format() local
134 crop = vsp1_rwpf_get_crop(rwpf, cfg, fmt->which); in vsp1_rwpf_set_format()
135 crop->left = 0; in vsp1_rwpf_set_format()
136 crop->top = 0; in vsp1_rwpf_set_format()
137 crop->width = fmt->format.width; in vsp1_rwpf_set_format()
138 crop->height = fmt->format.height; in vsp1_rwpf_set_format()
186 struct v4l2_rect *crop; in vsp1_rwpf_set_selection() local
211 crop = vsp1_rwpf_get_crop(rwpf, cfg, sel->which); in vsp1_rwpf_set_selection()
212 *crop = sel->r; in vsp1_rwpf_set_selection()
217 format->width = crop->width; in vsp1_rwpf_set_selection()
218 format->height = crop->height; in vsp1_rwpf_set_selection()