Lines Matching defs:__crop
594 struct v4l2_rect *__crop;
600 __crop = __mt9p031_get_pad_crop(mt9p031, sd_state, format->pad,
605 max_t(unsigned int, __crop->width / 7,
607 __crop->width);
609 max_t(unsigned int, __crop->height / 8,
611 __crop->height);
613 hratio = DIV_ROUND_CLOSEST(__crop->width, width);
614 vratio = DIV_ROUND_CLOSEST(__crop->height, height);
618 __format->width = __crop->width / hratio;
619 __format->height = __crop->height / vratio;
656 struct v4l2_rect *__crop;
681 __crop = __mt9p031_get_pad_crop(mt9p031, sd_state, sel->pad,
684 if (rect.width != __crop->width || rect.height != __crop->height) {
695 *__crop = rect;