Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/bt8xx/
Dbttv-driver.c2999 __s32 b_right; in bttv_s_crop() local
3023 b_right = b_left + b->width; in bttv_s_crop()
3032 c.rect.left = clamp(crop->c.left, b_left, b_right - 48); in bttv_s_crop()
3036 48, b_right - c.rect.left); in bttv_s_crop()