Lines Matching refs:cropcap
252 extraheight Added to sheight for cropcap.bounds.height only
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,
294 The last line is determined by cropcap.bounds. */
299 cropcap.defrect is used for image width
727 btv->crop_start = tvnorm->cropcap.bounds.top
728 + tvnorm->cropcap.bounds.height;
1110 c->rect = bttv_tvnorms[norm].cropcap.defrect;
1126 if (memcmp(&bttv_tvnorms[btv->tvnorm].cropcap, &tvnorm->cropcap,
1127 sizeof (tvnorm->cropcap))) {
1132 btv->crop_start = tvnorm->cropcap.bounds.top
1133 + tvnorm->cropcap.bounds.height;
1557 if (btv->vbi_end > bttv_tvnorms[norm].cropcap.defrect.top) {
1561 c.rect = bttv_tvnorms[norm].cropcap.defrect;
1969 b = &bttv_tvnorms[btv->tvnorm].cropcap.bounds;
1983 by the V4L2 spec, hence cropcap.bounds are our limit. */
2752 *f = bttv_tvnorms[btv->tvnorm].cropcap.pixelaspect;
2775 sel->r = bttv_tvnorms[btv->tvnorm].cropcap.defrect;
2778 sel->r = bttv_tvnorms[btv->tvnorm].cropcap.bounds;
2815 b = &bttv_tvnorms[btv->tvnorm].cropcap.bounds;