Lines Matching refs:__crop
588 struct v4l2_rect *__crop; in mt9p031_set_format() local
594 __crop = __mt9p031_get_pad_crop(mt9p031, sd_state, format->pad, in mt9p031_set_format()
599 max_t(unsigned int, __crop->width / 7, in mt9p031_set_format()
601 __crop->width); in mt9p031_set_format()
603 max_t(unsigned int, __crop->height / 8, in mt9p031_set_format()
605 __crop->height); in mt9p031_set_format()
607 hratio = DIV_ROUND_CLOSEST(__crop->width, width); in mt9p031_set_format()
608 vratio = DIV_ROUND_CLOSEST(__crop->height, height); in mt9p031_set_format()
612 __format->width = __crop->width / hratio; in mt9p031_set_format()
613 __format->height = __crop->height / vratio; in mt9p031_set_format()
650 struct v4l2_rect *__crop; in mt9p031_set_selection() local
675 __crop = __mt9p031_get_pad_crop(mt9p031, sd_state, sel->pad, in mt9p031_set_selection()
678 if (rect.width != __crop->width || rect.height != __crop->height) { in mt9p031_set_selection()
689 *__crop = rect; in mt9p031_set_selection()