Searched refs:totalwidth (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-risc.c | 245 int totalwidth = tvnorm->totalwidth; in bttv_calc_geo_old() local 250 totalwidth = 858; in bttv_calc_geo_old() 257 geo->hscale = ((totalwidth*4096UL)/xsf-4096); in bttv_calc_geo_old()
|
H A D | bttv-driver.c | 247 totalwidth total line width, both in 1 / fCLKx1. 255 #define CROPCAP(minhdelayx1, hdelayx1, swidth, totalwidth, sqwidth, \ argument 262 .cropcap.bounds.width = (totalwidth) - (minhdelayx1) - 4, \ 269 .cropcap.pixelaspect.numerator = totalwidth, \ 282 .totalwidth = 1135, 302 /* totalwidth */ 1135, 316 .totalwidth = 910, 331 /* totalwidth */ 910, 343 .totalwidth = 1135, 357 /* totalwidth */ 113 [all...] |
H A D | bttvp.h | 81 u16 totalwidth; member
|