Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/bt8xx/
Dbttv-driver.c2090 __s32 max_left; in bttv_crop_adjust() local
2100 max_left = b->left + b->width - width; in bttv_crop_adjust()
2101 max_left = min(max_left, (__s32) MAX_HDELAY); in bttv_crop_adjust()
2102 if (c->rect.left > max_left) in bttv_crop_adjust()
2103 c->rect.left = max_left; in bttv_crop_adjust()