cropcap 257 drivers/media/pci/bt8xx/bttv-driver.c .cropcap.bounds.left = minhdelayx1, \ cropcap 260 drivers/media/pci/bt8xx/bttv-driver.c .cropcap.bounds.top = (videostart0) * 2 - (vdelay) + MIN_VDELAY, \ cropcap 262 drivers/media/pci/bt8xx/bttv-driver.c .cropcap.bounds.width = (totalwidth) - (minhdelayx1) - 4, \ cropcap 263 drivers/media/pci/bt8xx/bttv-driver.c .cropcap.bounds.height = (sheight) + (extraheight) + (vdelay) - \ cropcap 265 drivers/media/pci/bt8xx/bttv-driver.c .cropcap.defrect.left = hdelayx1, \ cropcap 266 drivers/media/pci/bt8xx/bttv-driver.c .cropcap.defrect.top = (videostart0) * 2, \ cropcap 267 drivers/media/pci/bt8xx/bttv-driver.c .cropcap.defrect.width = swidth, \ cropcap 268 drivers/media/pci/bt8xx/bttv-driver.c .cropcap.defrect.height = sheight, \ cropcap 269 drivers/media/pci/bt8xx/bttv-driver.c .cropcap.pixelaspect.numerator = totalwidth, \ cropcap 270 drivers/media/pci/bt8xx/bttv-driver.c .cropcap.pixelaspect.denominator = sqwidth, cropcap 727 drivers/media/pci/bt8xx/bttv-driver.c btv->crop_start = tvnorm->cropcap.bounds.top cropcap 728 drivers/media/pci/bt8xx/bttv-driver.c + tvnorm->cropcap.bounds.height; cropcap 1110 drivers/media/pci/bt8xx/bttv-driver.c c->rect = bttv_tvnorms[norm].cropcap.defrect; cropcap 1126 drivers/media/pci/bt8xx/bttv-driver.c if (memcmp(&bttv_tvnorms[btv->tvnorm].cropcap, &tvnorm->cropcap, cropcap 1127 drivers/media/pci/bt8xx/bttv-driver.c sizeof (tvnorm->cropcap))) { cropcap 1132 drivers/media/pci/bt8xx/bttv-driver.c btv->crop_start = tvnorm->cropcap.bounds.top cropcap 1133 drivers/media/pci/bt8xx/bttv-driver.c + tvnorm->cropcap.bounds.height; cropcap 1557 drivers/media/pci/bt8xx/bttv-driver.c if (btv->vbi_end > bttv_tvnorms[norm].cropcap.defrect.top) { cropcap 1561 drivers/media/pci/bt8xx/bttv-driver.c c.rect = bttv_tvnorms[norm].cropcap.defrect; cropcap 1969 drivers/media/pci/bt8xx/bttv-driver.c b = &bttv_tvnorms[btv->tvnorm].cropcap.bounds; cropcap 2752 drivers/media/pci/bt8xx/bttv-driver.c *f = bttv_tvnorms[btv->tvnorm].cropcap.pixelaspect; cropcap 2775 drivers/media/pci/bt8xx/bttv-driver.c sel->r = bttv_tvnorms[btv->tvnorm].cropcap.defrect; cropcap 2778 drivers/media/pci/bt8xx/bttv-driver.c sel->r = bttv_tvnorms[btv->tvnorm].cropcap.bounds; cropcap 2815 drivers/media/pci/bt8xx/bttv-driver.c b = &bttv_tvnorms[btv->tvnorm].cropcap.bounds; cropcap 382 drivers/media/pci/bt8xx/bttv-risc.c if ((crop->left == tvnorm->cropcap.defrect.left cropcap 383 drivers/media/pci/bt8xx/bttv-risc.c && crop->top == tvnorm->cropcap.defrect.top cropcap 384 drivers/media/pci/bt8xx/bttv-risc.c && crop->width == tvnorm->cropcap.defrect.width cropcap 385 drivers/media/pci/bt8xx/bttv-risc.c && crop->height == tvnorm->cropcap.defrect.height cropcap 404 drivers/media/pci/bt8xx/bttv-risc.c geo->vdelay = crop->top - tvnorm->cropcap.bounds.top + MIN_VDELAY; cropcap 180 drivers/media/pci/bt8xx/bttv-vbi.c if (fh->vbi_fmt.end >= tvnorm->cropcap.bounds.top) cropcap 181 drivers/media/pci/bt8xx/bttv-vbi.c min_vdelay += fh->vbi_fmt.end - tvnorm->cropcap.bounds.top; cropcap 247 drivers/media/pci/bt8xx/bttv-vbi.c max_end = (tvnorm->cropcap.bounds.top cropcap 248 drivers/media/pci/bt8xx/bttv-vbi.c + tvnorm->cropcap.bounds.height) >> 1; cropcap 383 drivers/media/pci/bt8xx/bttv-vbi.c max_end = (tvnorm->cropcap.bounds.top cropcap 384 drivers/media/pci/bt8xx/bttv-vbi.c + tvnorm->cropcap.bounds.height) >> 1; cropcap 430 drivers/media/pci/bt8xx/bttv-vbi.c real_count = ((tvnorm->cropcap.defrect.top >> 1) cropcap 97 drivers/media/pci/bt8xx/bttvp.h struct v4l2_cropcap cropcap;