Lines Matching refs:cropcap
270 .cropcap.bounds.left = minhdelayx1, \
273 .cropcap.bounds.top = (videostart0) * 2 - (vdelay) + MIN_VDELAY, \
275 .cropcap.bounds.width = (totalwidth) - (minhdelayx1) - 4, \
276 .cropcap.bounds.height = (sheight) + (extraheight) + (vdelay) - \
278 .cropcap.defrect.left = hdelayx1, \
279 .cropcap.defrect.top = (videostart0) * 2, \
280 .cropcap.defrect.width = swidth, \
281 .cropcap.defrect.height = sheight, \
282 .cropcap.pixelaspect.numerator = totalwidth, \
283 .cropcap.pixelaspect.denominator = sqwidth,
758 btv->crop_start = tvnorm->cropcap.bounds.top in disclaim_video_lines()
759 + tvnorm->cropcap.bounds.height; in disclaim_video_lines()
1141 c->rect = bttv_tvnorms[norm].cropcap.defrect; in bttv_crop_reset()
1157 if (memcmp(&bttv_tvnorms[btv->tvnorm].cropcap, &tvnorm->cropcap, in set_tvnorm()
1158 sizeof (tvnorm->cropcap))) { in set_tvnorm()
1163 btv->crop_start = tvnorm->cropcap.bounds.top in set_tvnorm()
1164 + tvnorm->cropcap.bounds.height; in set_tvnorm()
1588 if (btv->vbi_end > bttv_tvnorms[norm].cropcap.defrect.top) { in bttv_prepare_buffer()
1592 c.rect = bttv_tvnorms[norm].cropcap.defrect; in bttv_prepare_buffer()
2013 b = &bttv_tvnorms[btv->tvnorm].cropcap.bounds; in limit_scaled_size_lock()
2820 *cap = bttv_tvnorms[btv->tvnorm].cropcap; in bttv_cropcap()
2868 b = &bttv_tvnorms[btv->tvnorm].cropcap.bounds; in bttv_s_crop()