Searched refs:max_top (Results 1 – 1 of 1) sorted by relevance
1805 __s32 max_top; in bttv_crop_adjust() local1828 max_top = b->top + b->height - c->rect.height; in bttv_crop_adjust()1829 if (c->rect.top > max_top) in bttv_crop_adjust()1830 c->rect.top = max_top; in bttv_crop_adjust()