Lines Matching refs:cropcap
269 .cropcap.bounds.left = minhdelayx1, \
272 .cropcap.bounds.top = (videostart0) * 2 - (vdelay) + MIN_VDELAY, \
274 .cropcap.bounds.width = (totalwidth) - (minhdelayx1) - 4, \
275 .cropcap.bounds.height = (sheight) + (extraheight) + (vdelay) - \
277 .cropcap.defrect.left = hdelayx1, \
278 .cropcap.defrect.top = (videostart0) * 2, \
279 .cropcap.defrect.width = swidth, \
280 .cropcap.defrect.height = sheight, \
281 .cropcap.pixelaspect.numerator = totalwidth, \
282 .cropcap.pixelaspect.denominator = sqwidth,
757 btv->crop_start = tvnorm->cropcap.bounds.top in disclaim_video_lines()
758 + tvnorm->cropcap.bounds.height; in disclaim_video_lines()
1140 c->rect = bttv_tvnorms[norm].cropcap.defrect; in bttv_crop_reset()
1156 if (memcmp(&bttv_tvnorms[btv->tvnorm].cropcap, &tvnorm->cropcap, in set_tvnorm()
1157 sizeof (tvnorm->cropcap))) { in set_tvnorm()
1162 btv->crop_start = tvnorm->cropcap.bounds.top in set_tvnorm()
1163 + tvnorm->cropcap.bounds.height; in set_tvnorm()
1587 if (btv->vbi_end > bttv_tvnorms[norm].cropcap.defrect.top) { in bttv_prepare_buffer()
1591 c.rect = bttv_tvnorms[norm].cropcap.defrect; in bttv_prepare_buffer()
1999 b = &bttv_tvnorms[btv->tvnorm].cropcap.bounds; in limit_scaled_size_lock()
2807 cap->pixelaspect = bttv_tvnorms[btv->tvnorm].cropcap.pixelaspect; in bttv_cropcap()
2831 sel->r = bttv_tvnorms[btv->tvnorm].cropcap.defrect; in bttv_g_selection()
2834 sel->r = bttv_tvnorms[btv->tvnorm].cropcap.bounds; in bttv_g_selection()
2871 b = &bttv_tvnorms[btv->tvnorm].cropcap.bounds; in bttv_s_selection()