crop_current 378 drivers/media/pci/saa7134/saa7134-video.c dev->crop_current = dev->crop_defrect; crop_current 532 drivers/media/pci/saa7134/saa7134-video.c h_start = dev->crop_current.left; crop_current 533 drivers/media/pci/saa7134/saa7134-video.c v_start = dev->crop_current.top/2; crop_current 534 drivers/media/pci/saa7134/saa7134-video.c h_stop = (dev->crop_current.left + dev->crop_current.width -1); crop_current 535 drivers/media/pci/saa7134/saa7134-video.c v_stop = (dev->crop_current.top + dev->crop_current.height -1)/2; crop_current 546 drivers/media/pci/saa7134/saa7134-video.c prescale = dev->crop_current.width / width; crop_current 549 drivers/media/pci/saa7134/saa7134-video.c xscale = 1024 * dev->crop_current.width / prescale / width; crop_current 550 drivers/media/pci/saa7134/saa7134-video.c yscale = 512 * div * dev->crop_current.height / height; crop_current 673 drivers/media/pci/saa7134/saa7134-video.c maxw = dev->crop_current.width; crop_current 674 drivers/media/pci/saa7134/saa7134-video.c maxh = dev->crop_current.height; crop_current 947 drivers/media/pci/saa7134/saa7134-video.c dev->width/4 > dev->crop_current.width || crop_current 948 drivers/media/pci/saa7134/saa7134-video.c dev->height/4 > dev->crop_current.height || crop_current 1308 drivers/media/pci/saa7134/saa7134-video.c maxw = min(dev->crop_current.width*4, dev->crop_bounds.width); crop_current 1309 drivers/media/pci/saa7134/saa7134-video.c maxh = min(dev->crop_current.height*4, dev->crop_bounds.height); crop_current 1630 drivers/media/pci/saa7134/saa7134-video.c sel->r = dev->crop_current; crop_current 1648 drivers/media/pci/saa7134/saa7134-video.c struct v4l2_rect *c = &dev->crop_current; crop_current 648 drivers/media/pci/saa7134/saa7134.h struct v4l2_rect crop_current; crop_current 145 drivers/media/platform/fsl-viu.c struct v4l2_rect crop_current; crop_current 672 drivers/media/platform/fsl-viu.c maxw = dev->crop_current.width; crop_current 673 drivers/media/platform/fsl-viu.c maxh = dev->crop_current.height; crop_current 1199 drivers/media/platform/fsl-viu.c dev->crop_current.width = fh->width; crop_current 1200 drivers/media/platform/fsl-viu.c dev->crop_current.height = fh->height;