Lines Matching refs:__crop
385 struct v4l2_rect *__crop; in mt9t001_set_format() local
391 __crop = __mt9t001_get_pad_crop(mt9t001, sd_state, format->pad, in mt9t001_set_format()
396 max_t(unsigned int, __crop->width / 8, in mt9t001_set_format()
398 __crop->width); in mt9t001_set_format()
400 max_t(unsigned int, __crop->height / 8, in mt9t001_set_format()
402 __crop->height); in mt9t001_set_format()
404 hratio = DIV_ROUND_CLOSEST(__crop->width, width); in mt9t001_set_format()
405 vratio = DIV_ROUND_CLOSEST(__crop->height, height); in mt9t001_set_format()
409 __format->width = __crop->width / hratio; in mt9t001_set_format()
410 __format->height = __crop->height / vratio; in mt9t001_set_format()
437 struct v4l2_rect *__crop; in mt9t001_set_selection() local
464 __crop = __mt9t001_get_pad_crop(mt9t001, sd_state, sel->pad, in mt9t001_set_selection()
467 if (rect.width != __crop->width || rect.height != __crop->height) { in mt9t001_set_selection()
478 *__crop = rect; in mt9t001_set_selection()