Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/bt8xx/
Dbttv-driver.c2849 __s32 b_left; in bttv_s_crop() local
2869 b_left = b->left; in bttv_s_crop()
2870 b_right = b_left + b->width; in bttv_s_crop()
2879 c.rect.left = clamp_t(s32, crop->c.left, b_left, b_right - 48); in bttv_s_crop()