Searched refs:defrect (Results 1 – 10 of 10) sorted by relevance
96 ``defrect`` substructure of struct182 crop.c = cropcap.defrect;209 format.fmt.pix.width = cropcap.defrect.width >> 1;210 format.fmt.pix.height = cropcap.defrect.height >> 1;242 crop.c = cropcap.defrect;292 crop.c = cropcap.defrect;
70 - ``defrect``
472 crop.c = cropcap.defrect; /* reset to default */
293 if ((crop->left == tvnorm->cropcap.defrect.left in bttv_calc_geo()294 && crop->top == tvnorm->cropcap.defrect.top in bttv_calc_geo()295 && crop->width == tvnorm->cropcap.defrect.width in bttv_calc_geo()296 && crop->height == tvnorm->cropcap.defrect.height in bttv_calc_geo()
369 real_count = ((tvnorm->cropcap.defrect.top >> 1) in bttv_vbi_fmt_reset()
265 .cropcap.defrect.left = hdelayx1, \266 .cropcap.defrect.top = (videostart0) * 2, \267 .cropcap.defrect.width = swidth, \268 .cropcap.defrect.height = sheight, \1095 c->rect = bttv_tvnorms[norm].cropcap.defrect; in bttv_crop_reset()2225 sel->r = bttv_tvnorms[btv->tvnorm].cropcap.defrect; in bttv_g_selection()
596 p->defrect.width, p->defrect.height, in v4l_print_cropcap()597 p->defrect.left, p->defrect.top, in v4l_print_cropcap()2617 p->defrect = s.r; in v4l_cropcap()
572 *val = cap->defrect.left; in ctrl_get_cropcapdl()583 *val = cap->defrect.top; in ctrl_get_cropcapdt()594 *val = cap->defrect.width; in ctrl_get_cropcapdw()605 *val = cap->defrect.height; in ctrl_get_cropcapdh()
736 sel->r = cap.defrect; in pvr2_g_selection()
1344 struct v4l2_rect defrect; member