Searched refs:totalwidth (Results  1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/media/pci/bt8xx/ | 
| 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()
  | 
| 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 | 81 	u16   totalwidth;  member
  |