Home
last modified time | relevance | path

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

/drivers/media/video/bt8xx/
Dbttv-driver.c2998 __s32 b_top; in bttv_s_crop() local
3026 b_top = max(b->top, btv->vbi_end); in bttv_s_crop()
3027 if (b_top + 32 >= b_bottom) { in bttv_s_crop()
3038 c.rect.top = clamp(crop->c.top, b_top, b_bottom - 32); in bttv_s_crop()