Home
last modified time | relevance | path

Searched refs:crop_current (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-video.c403 dev->crop_current = dev->crop_defrect; in set_tvnorm()
557 h_start = dev->crop_current.left; in set_size()
558 v_start = dev->crop_current.top/2; in set_size()
559 h_stop = (dev->crop_current.left + dev->crop_current.width -1); in set_size()
560 v_stop = (dev->crop_current.top + dev->crop_current.height -1)/2; in set_size()
571 prescale = dev->crop_current.width / width; in set_size()
574 xscale = 1024 * dev->crop_current.width / prescale / width; in set_size()
575 yscale = 512 * div * dev->crop_current.height / height; in set_size()
697 maxw = dev->crop_current.width; in verify_preview()
698 maxh = dev->crop_current.height; in verify_preview()
[all …]
Dsaa7134.h637 struct v4l2_rect crop_current; member
/linux-4.1.27/drivers/media/platform/
Dfsl-viu.c186 struct v4l2_rect crop_current; member
727 maxw = dev->crop_current.width; in verify_preview()
728 maxh = dev->crop_current.height; in verify_preview()
1303 dev->crop_current.width = fh->width; in viu_open()
1304 dev->crop_current.height = fh->height; in viu_open()