Lines Matching refs:__crop
592 struct v4l2_rect *__crop; in mt9p031_set_format() local
598 __crop = __mt9p031_get_pad_crop(mt9p031, sd_state, format->pad, in mt9p031_set_format()
603 max_t(unsigned int, __crop->width / 7, in mt9p031_set_format()
605 __crop->width); in mt9p031_set_format()
607 max_t(unsigned int, __crop->height / 8, in mt9p031_set_format()
609 __crop->height); in mt9p031_set_format()
611 hratio = DIV_ROUND_CLOSEST(__crop->width, width); in mt9p031_set_format()
612 vratio = DIV_ROUND_CLOSEST(__crop->height, height); in mt9p031_set_format()
616 __format->width = __crop->width / hratio; in mt9p031_set_format()
617 __format->height = __crop->height / vratio; in mt9p031_set_format()
654 struct v4l2_rect *__crop; in mt9p031_set_selection() local
679 __crop = __mt9p031_get_pad_crop(mt9p031, sd_state, sel->pad, in mt9p031_set_selection()
682 if (rect.width != __crop->width || rect.height != __crop->height) { in mt9p031_set_selection()
693 *__crop = rect; in mt9p031_set_selection()