Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-driver.c2850 __s32 b_left; in bttv_s_crop() local
2870 b_left = b->left; in bttv_s_crop()
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()