Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/bt8xx/
Dbttv-driver.c1905 __s32 max_left; in bttv_crop_adjust() local
1915 max_left = b->left + b->width - width; in bttv_crop_adjust()
1916 max_left = min(max_left, (__s32) MAX_HDELAY); in bttv_crop_adjust()
1917 if (c->rect.left > max_left) in bttv_crop_adjust()
1918 c->rect.left = max_left; in bttv_crop_adjust()