Searched refs:crop_defrect (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.c562 dev->crop_defrect.left = norm->h_start;
564 dev->crop_defrect.width = norm->h_stop - norm->h_start +1;
567 dev->crop_defrect.top = norm->video_v_start*2;
570 dev->crop_defrect.height = (norm->video_v_stop - norm->video_v_start +1)*2;
572 dev->crop_current = dev->crop_defrect;
1854 cap->defrect = dev->crop_defrect;
H A Dsaa7134.h517 struct v4l2_rect crop_defrect; member in struct:saa7134_dev

Completed in 49 milliseconds