Searched refs:hdelay (Results 1 – 2 of 2) sorted by relevance
258 geo->hdelay = tvnorm->hdelayx1; in bttv_calc_geo_old()259 geo->hdelay = (geo->hdelay*width)/swidth; in bttv_calc_geo_old()260 geo->hdelay &= 0x3fe; in bttv_calc_geo_old()263 geo->crop = ((width>>8)&0x03) | ((geo->hdelay>>6)&0x0c) | in bttv_calc_geo_old()312 geo->hdelay = ((crop->left * width + c_width) / c_width) & ~1; in bttv_calc_geo()323 ((geo->hdelay >> 6) & 0x0c) | in bttv_calc_geo()352 btwrite(geo->hdelay & 0xff, BT848_E_HDELAY_LO+off); in bttv_apply_geo()
139 u16 width,hscale,hdelay; member