max_scaled_height 1104 drivers/media/pci/bt8xx/bttv-driver.c 	c->max_scaled_height = c->rect.height;
max_scaled_height 1577 drivers/media/pci/bt8xx/bttv-driver.c 			if (height * 2 > c.max_scaled_height)
max_scaled_height 1582 drivers/media/pci/bt8xx/bttv-driver.c 			if (height > c.max_scaled_height)
max_scaled_height 1924 drivers/media/pci/bt8xx/bttv-driver.c 	} else if (frame_height > c->max_scaled_height) {
max_scaled_height 2004 drivers/media/pci/bt8xx/bttv-driver.c 		max_height = c->max_scaled_height;
max_scaled_height 2860 drivers/media/pci/bt8xx/bttv-driver.c 	} else if (fh->height > c.max_scaled_height) {
max_scaled_height 2861 drivers/media/pci/bt8xx/bttv-driver.c 		fh->height = c.max_scaled_height;
max_scaled_height 2862 drivers/media/pci/bt8xx/bttv-driver.c 		btv->init.height = c.max_scaled_height;
max_scaled_height  202 drivers/media/pci/bt8xx/bttvp.h 	__s32                  max_scaled_height;