Searched refs:defrect (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-risc.c293 if ((crop->left == tvnorm->cropcap.defrect.left
294 && crop->top == tvnorm->cropcap.defrect.top
295 && crop->width == tvnorm->cropcap.defrect.width
296 && crop->height == tvnorm->cropcap.defrect.height
H A Dbttv-vbi.c369 real_count = ((tvnorm->cropcap.defrect.top >> 1)
H A Dbttv-driver.c259 /* e.g. 23 * 2 to 23 * 2 + 576 in PAL-BGHI defrect. */ \
265 .cropcap.defrect.left = hdelayx1, \
266 .cropcap.defrect.top = (videostart0) * 2, \
267 .cropcap.defrect.width = swidth, \
268 .cropcap.defrect.height = sheight, \
299 cropcap.defrect is used for image width
1095 c->rect = bttv_tvnorms[norm].cropcap.defrect;
2208 /* defrect and bounds are set via g_selection */
2225 sel->r = bttv_tvnorms[btv->tvnorm].cropcap.defrect;
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c583 pr_cont("type=%s, bounds wxh=%dx%d, x,y=%d,%d, defrect wxh=%dx%d, x,y=%d,%d, pixelaspect %d/%d\n",
587 p->defrect.width, p->defrect.height,
588 p->defrect.left, p->defrect.top,
2522 /* Use g_selection() to fill in the bounds and defrect rectangles */
2539 /* obtaining defrect */
2548 p->defrect = s.r;
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c572 *val = cap->defrect.left;
583 *val = cap->defrect.top;
594 *val = cap->defrect.width;
605 *val = cap->defrect.height;
H A Dpvrusb2-v4l2.c736 sel->r = cap.defrect;
/linux-master/include/uapi/linux/
H A Dvideodev2.h1307 struct v4l2_rect defrect; member in struct:v4l2_cropcap

Completed in 182 milliseconds