Searched refs:winWidth (Results 1 – 1 of 1) sorted by relevance
559 int winWidth, winHeight; in zoran_set_geo() local587 winWidth = i->w; in zoran_set_geo()588 if (winWidth < 0) in zoran_set_geo()589 winWidth = -winWidth; in zoran_set_geo()593 winWidth += ztv->vidXshift; in zoran_set_geo()612 if ((winWidth*i->bpp) & 3) { in zoran_set_geo()613 DEBUG(printk(KERN_DEBUG " window-width enlarged by %d pixels\n",(winWidth*i->bpp) & 3)); in zoran_set_geo()614 winWidth += (winWidth*i->bpp) & 3; in zoran_set_geo()622 stride = i->bpl - (winWidth*i->bpp); in zoran_set_geo()628 stride = i->bpl*2 - (winWidth*i->bpp); in zoran_set_geo()[all …]