Searched refs:totalwidth (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/media/pci/bt8xx/ |
D | bttv-risc.c | 334 int totalwidth = tvnorm->totalwidth; in bttv_calc_geo_old() local 339 totalwidth = 858; in bttv_calc_geo_old() 346 geo->hscale = ((totalwidth*4096UL)/xsf-4096); in bttv_calc_geo_old()
|
D | bttv-driver.c | 255 #define CROPCAP(minhdelayx1, hdelayx1, swidth, totalwidth, sqwidth, \ argument 262 .cropcap.bounds.width = (totalwidth) - (minhdelayx1) - 4, \ 269 .cropcap.pixelaspect.numerator = totalwidth, \ 282 .totalwidth = 1135, 316 .totalwidth = 910, 343 .totalwidth = 1135, 369 .totalwidth = 910, 395 .totalwidth = 910, 421 .totalwidth = 1135, 447 .totalwidth = 910, [all …]
|
D | bttvp.h | 82 u16 totalwidth; member
|