Home
last modified time | relevance | path

Searched refs:max_top (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-driver.c1803 __s32 max_top; in bttv_crop_adjust() local
1826 max_top = b->top + b->height - c->rect.height; in bttv_crop_adjust()
1827 if (c->rect.top > max_top) in bttv_crop_adjust()
1828 c->rect.top = max_top; in bttv_crop_adjust()