Searched refs:max_left (Results 1 – 1 of 1) sorted by relevance
1800 __s32 max_left; in bttv_crop_adjust() local 1810 max_left = b->left + b->width - width; in bttv_crop_adjust() 1811 max_left = min(max_left, (__s32) MAX_HDELAY); in bttv_crop_adjust() 1812 if (c->rect.left > max_left) in bttv_crop_adjust() 1813 c->rect.left = max_left; in bttv_crop_adjust()