Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/bt8xx/
Dbttv-driver.c1906 __s32 max_top; in bttv_crop_adjust() local
1929 max_top = b->top + b->height - c->rect.height; in bttv_crop_adjust()
1930 if (c->rect.top > max_top) in bttv_crop_adjust()
1931 c->rect.top = max_top; in bttv_crop_adjust()