Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/bt8xx/
Dbttv-driver.c2994 __s32 b_left; in bttv_s_crop() local
3019 b_left = b->left; in bttv_s_crop()
3020 b_right = b_left + b->width; in bttv_s_crop()
3029 c.rect.left = clamp(crop->c.left, b_left, b_right - 48); in bttv_s_crop()