Lines Matching refs:__crop
504 struct v4l2_rect *__crop; in mt9v032_set_format() local
510 __crop = __mt9v032_get_pad_crop(mt9v032, sd_state, format->pad, in mt9v032_set_format()
515 max_t(unsigned int, __crop->width / 4, in mt9v032_set_format()
517 __crop->width); in mt9v032_set_format()
519 max_t(unsigned int, __crop->height / 4, in mt9v032_set_format()
521 __crop->height); in mt9v032_set_format()
523 hratio = mt9v032_calc_ratio(__crop->width, width); in mt9v032_set_format()
524 vratio = mt9v032_calc_ratio(__crop->height, height); in mt9v032_set_format()
528 __format->width = __crop->width / hratio; in mt9v032_set_format()
529 __format->height = __crop->height / vratio; in mt9v032_set_format()
562 struct v4l2_rect *__crop; in mt9v032_set_selection() local
589 __crop = __mt9v032_get_pad_crop(mt9v032, sd_state, sel->pad, in mt9v032_set_selection()
592 if (rect.width != __crop->width || rect.height != __crop->height) { in mt9v032_set_selection()
608 *__crop = rect; in mt9v032_set_selection()