Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv-driver.c2853 __s32 b_bottom; in bttv_s_crop() local
2872 b_bottom = b->top + b->height; in bttv_s_crop()
2875 if (b_top + 32 >= b_bottom) { in bttv_s_crop()
2886 c.rect.top = clamp_t(s32, crop->c.top, b_top, b_bottom - 32); in bttv_s_crop()
2891 32, b_bottom - c.rect.top); in bttv_s_crop()