Searched full:vbi_end (Results 1 – 2 of 2) sorted by relevance
663 if (btv->vbi_end > top) in check_alloc_btres_lock()676 btv->vbi_end = end; in check_alloc_btres_lock()703 btv->vbi_end = 0; in disclaim_vbi_lines()1856 /* Make sure tvnorm, vbi_end and the current cropping parameters in limit_scaled_size_lock()1878 Note btv->vbi_end is really a minimum, see in limit_scaled_size_lock()1880 if (btv->vbi_end > b->top) { in limit_scaled_size_lock()1881 max_height -= btv->vbi_end - b->top; in limit_scaled_size_lock()1888 if (btv->vbi_end > c->rect.top) in limit_scaled_size_lock()1916 if (btv->vbi_end > c->rect.top) { in limit_scaled_size_lock()1918 c->rect.top = btv->vbi_end; in limit_scaled_size_lock()[all …]
463 __s32 vbi_end; member