/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | bttv-risc.c | 382 if ((crop->left == tvnorm->cropcap.defrect.left in bttv_calc_geo() 383 && crop->top == tvnorm->cropcap.defrect.top in bttv_calc_geo() 384 && crop->width == tvnorm->cropcap.defrect.width in bttv_calc_geo() 385 && crop->height == tvnorm->cropcap.defrect.height in bttv_calc_geo()
|
H A D | bttv-vbi.c | 430 real_count = ((tvnorm->cropcap.defrect.top >> 1) in bttv_vbi_fmt_reset()
|
H A D | bttv-driver.c | 259 /* 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 1110 c->rect = bttv_tvnorms[norm].cropcap.defrect; in bttv_crop_reset() 1555 /* In this mode capturing always starts at defrect.top in bttv_prepare_buffer() 1557 if (btv->vbi_end > bttv_tvnorms[norm].cropcap.defrect.top) { in bttv_prepare_buffer() 1561 c.rect = bttv_tvnorms[norm].cropcap.defrect; in bttv_prepare_buffer() [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | bttv-risc.c | 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()
|
H A D | bttv-driver.c | 259 /* 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; in bttv_crop_reset() 2208 /* defrect and bounds are set via g_selection */ in bttv_g_pixelaspect() 2225 sel->r = bttv_tvnorms[btv->tvnorm].cropcap.defrect; in bttv_g_selection()
|
H A D | bttv-vbi.c | 369 real_count = ((tvnorm->cropcap.defrect.top >> 1) in bttv_vbi_fmt_reset()
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 617 pr_cont("type=%s, bounds wxh=%dx%d, x,y=%d,%d, defrect wxh=%dx%d, x,y=%d,%d, pixelaspect %d/%d\n", in v4l_print_cropcap() 621 p->defrect.width, p->defrect.height, in v4l_print_cropcap() 622 p->defrect.left, p->defrect.top, in v4l_print_cropcap() 2485 /* Use g_selection() to fill in the bounds and defrect rectangles */ in v4l_cropcap() 2502 /* obtaining defrect */ in v4l_cropcap() 2511 p->defrect = s.r; in v4l_cropcap()
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 583 pr_cont("type=%s, bounds wxh=%dx%d, x,y=%d,%d, defrect wxh=%dx%d, x,y=%d,%d, pixelaspect %d/%d\n", in v4l_print_cropcap() 587 p->defrect.width, p->defrect.height, in v4l_print_cropcap() 588 p->defrect.left, p->defrect.top, in v4l_print_cropcap() 2521 /* Use g_selection() to fill in the bounds and defrect rectangles */ in v4l_cropcap() 2538 /* obtaining defrect */ in v4l_cropcap() 2547 p->defrect = s.r; in v4l_cropcap()
|
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-hdw.c | 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()
|
H A D | pvrusb2-v4l2.c | 740 sel->r = cap.defrect; in pvr2_g_selection()
|
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-hdw.c | 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()
|
H A D | pvrusb2-v4l2.c | 736 sel->r = cap.defrect; in pvr2_g_selection()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 672 struct v4l2_rect defrect; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | videodev2.h | 1225 struct v4l2_rect defrect; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | videodev2.h | 1305 struct v4l2_rect defrect; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 663 struct v4l2_rect defrect; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | videodev2.h | 663 struct v4l2_rect defrect; member
|