Searched refs:crop_current (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-video.c572 dev->crop_current = dev->crop_defrect;
694 h_start = dev->crop_current.left;
695 v_start = dev->crop_current.top/2;
696 h_stop = (dev->crop_current.left + dev->crop_current.width -1);
697 v_stop = (dev->crop_current.top + dev->crop_current.height -1)/2;
708 prescale = dev->crop_current.width / width;
711 xscale = 1024 * dev->crop_current.width / prescale / width;
712 yscale = 512 * div * dev->crop_current
[all...]
H A Dsaa7134.h518 struct v4l2_rect crop_current; member in struct:saa7134_dev

Completed in 185 milliseconds