Lines Matching defs:__crop
500 struct v4l2_rect *__crop;
506 __crop = __mt9v032_get_pad_crop(mt9v032, cfg, format->pad,
511 max_t(unsigned int, __crop->width / 4,
513 __crop->width);
515 max_t(unsigned int, __crop->height / 4,
517 __crop->height);
519 hratio = mt9v032_calc_ratio(__crop->width, width);
520 vratio = mt9v032_calc_ratio(__crop->height, height);
524 __format->width = __crop->width / hratio;
525 __format->height = __crop->height / vratio;
557 struct v4l2_rect *__crop;
584 __crop = __mt9v032_get_pad_crop(mt9v032, cfg, sel->pad, sel->which);
586 if (rect.width != __crop->width || rect.height != __crop->height) {
601 *__crop = rect;