Lines Matching defs:__crop
927 struct v4l2_rect *__crop;
953 __crop = __ov5693_get_pad_crop(ov5693, state, sel->pad, sel->which);
955 if (rect.width != __crop->width || rect.height != __crop->height) {
966 *__crop = rect;
1041 struct v4l2_rect *__crop;
1046 __crop = __ov5693_get_pad_crop(ov5693, state, fse->pad, fse->which);
1047 if (!__crop)
1050 fse->min_width = __crop->width / (fse->index + 1);
1051 fse->min_height = __crop->height / (fse->index + 1);