Lines Matching refs:crop
107 struct v4l2_rect *crop; in vsp1_rwpf_set_format() local
110 crop = vsp1_rwpf_get_crop(rwpf, config); in vsp1_rwpf_set_format()
111 crop->left = 0; in vsp1_rwpf_set_format()
112 crop->top = 0; in vsp1_rwpf_set_format()
113 crop->width = fmt->format.width; in vsp1_rwpf_set_format()
114 crop->height = fmt->format.height; in vsp1_rwpf_set_format()
188 struct v4l2_rect *crop; in vsp1_rwpf_set_selection() local
232 crop = vsp1_rwpf_get_crop(rwpf, config); in vsp1_rwpf_set_selection()
233 *crop = sel->r; in vsp1_rwpf_set_selection()
238 format->width = crop->width; in vsp1_rwpf_set_selection()
239 format->height = crop->height; in vsp1_rwpf_set_selection()