Lines Matching defs:__crop
505 struct v4l2_rect *__crop;
511 __crop = __mt9v032_get_pad_crop(mt9v032, sd_state, format->pad,
516 max_t(unsigned int, __crop->width / 4,
518 __crop->width);
520 max_t(unsigned int, __crop->height / 4,
522 __crop->height);
524 hratio = mt9v032_calc_ratio(__crop->width, width);
525 vratio = mt9v032_calc_ratio(__crop->height, height);
529 __format->width = __crop->width / hratio;
530 __format->height = __crop->height / vratio;
563 struct v4l2_rect *__crop;
590 __crop = __mt9v032_get_pad_crop(mt9v032, sd_state, sel->pad,
593 if (rect.width != __crop->width || rect.height != __crop->height) {
609 *__crop = rect;