Home
last modified time | relevance | path

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

/linux/drivers/media/pci/bt8xx/
H A Dbttv-driver.c1802 __s32 max_left; in bttv_crop_adjust() local
1812 max_left = b->left + b->width - width; in bttv_crop_adjust()
1813 max_left = min(max_left, (__s32) MAX_HDELAY); in bttv_crop_adjust()
1814 if (c->rect.left > max_left) in bttv_crop_adjust()
1815 c->rect.left = max_left; in bttv_crop_adjust()