Lines Matching refs:cropcap

257 	.cropcap.bounds.left = minhdelayx1,				 \
260 .cropcap.bounds.top = (videostart0) * 2 - (vdelay) + MIN_VDELAY, \
262 .cropcap.bounds.width = (totalwidth) - (minhdelayx1) - 4, \
263 .cropcap.bounds.height = (sheight) + (extraheight) + (vdelay) - \
265 .cropcap.defrect.left = hdelayx1, \
266 .cropcap.defrect.top = (videostart0) * 2, \
267 .cropcap.defrect.width = swidth, \
268 .cropcap.defrect.height = sheight, \
269 .cropcap.pixelaspect.numerator = totalwidth, \
270 .cropcap.pixelaspect.denominator = sqwidth,
727 btv->crop_start = tvnorm->cropcap.bounds.top in disclaim_video_lines()
728 + tvnorm->cropcap.bounds.height; in disclaim_video_lines()
1110 c->rect = bttv_tvnorms[norm].cropcap.defrect; in bttv_crop_reset()
1126 if (memcmp(&bttv_tvnorms[btv->tvnorm].cropcap, &tvnorm->cropcap, in set_tvnorm()
1127 sizeof (tvnorm->cropcap))) { in set_tvnorm()
1132 btv->crop_start = tvnorm->cropcap.bounds.top in set_tvnorm()
1133 + tvnorm->cropcap.bounds.height; in set_tvnorm()
1557 if (btv->vbi_end > bttv_tvnorms[norm].cropcap.defrect.top) { in bttv_prepare_buffer()
1561 c.rect = bttv_tvnorms[norm].cropcap.defrect; in bttv_prepare_buffer()
1969 b = &bttv_tvnorms[btv->tvnorm].cropcap.bounds; in limit_scaled_size_lock()
2742 *f = bttv_tvnorms[btv->tvnorm].cropcap.pixelaspect; in bttv_g_pixelaspect()
2765 sel->r = bttv_tvnorms[btv->tvnorm].cropcap.defrect; in bttv_g_selection()
2768 sel->r = bttv_tvnorms[btv->tvnorm].cropcap.bounds; in bttv_g_selection()
2805 b = &bttv_tvnorms[btv->tvnorm].cropcap.bounds; in bttv_s_selection()