Home
last modified time | relevance | path

Searched refs:defrect (Results 1 – 10 of 10) sorted by relevance

/linux/Documentation/userspace-api/media/v4l/
H A Dcrop.rst96 ``defrect`` substructure of struct
182 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;
H A Dvidioc-cropcap.rst70 - ``defrect``
H A Dcapture.c.rst472 crop.c = cropcap.defrect; /* reset to default */
/linux/drivers/media/pci/bt8xx/
H A Dbttv-risc.c293 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()
H A Dbttv-vbi.c369 real_count = ((tvnorm->cropcap.defrect.top >> 1) in bttv_vbi_fmt_reset()
H A Dbttv-driver.c265 .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()
/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c596 p->defrect.width, p->defrect.height, in v4l_print_cropcap()
597 p->defrect.left, p->defrect.top, in v4l_print_cropcap()
2616 p->defrect = s.r; in v4l_cropcap()
/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c572 *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()
H A Dpvrusb2-v4l2.c736 sel->r = cap.defrect; in pvr2_g_selection()
/linux/include/uapi/linux/
H A Dvideodev2.h1342 struct v4l2_rect defrect; member