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