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
714 btv->crop_start = tvnorm->cropcap.bounds.top
715 + tvnorm->cropcap.bounds.height;
1095 c->rect = bttv_tvnorms[norm].cropcap.defrect;
1111 if (memcmp(&bttv_tvnorms[btv->tvnorm].cropcap, &tvnorm->cropcap,
1112 sizeof (tvnorm->cropcap))) {
1117 btv->crop_start = tvnorm->cropcap.bounds.top
1118 + tvnorm->cropcap.bounds.height;
1861 b = &bttv_tvnorms[btv->tvnorm].cropcap.bounds;
1875 by the V4L2 spec, hence cropcap.bounds are our limit. */
2209 *f = bttv_tvnorms[btv->tvnorm].cropcap.pixelaspect;
2225 sel->r = bttv_tvnorms[btv->tvnorm].cropcap.defrect;
2228 sel->r = bttv_tvnorms[btv->tvnorm].cropcap.bounds;
2262 b = &bttv_tvnorms[btv->tvnorm].cropcap.bounds;