Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-driver.c2852 __s32 b_right; in bttv_s_crop() local
2871 b_right = b_left + b->width; in bttv_s_crop()
2880 c.rect.left = clamp_t(s32, crop->c.left, b_left, b_right - 48); in bttv_s_crop()
2884 48, b_right - c.rect.left); in bttv_s_crop()