Lines Matching defs:crop
63 /* Get the crop bounds to clamp the crop rectangle correctly */
211 * Propagate the sink pad format to the crop rectangle and the source
216 struct v4l2_rect *crop;
218 crop = vimc_scaler_pad_crop(vscaler, sd_state, format->which);
219 crop->width = fmt->width;
220 crop->height = fmt->height;
221 crop->top = 0;
222 crop->left = 0;
279 /* Only support setting the crop of the sink pad */
435 /* Initialize the crop selection */