Home
last modified time | relevance | path

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

12345

/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/def/def/
H A DdefiDefs.hpp63 typedef struct defrect defRECT;
65 struct defrect { struct
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l2-ctl-selection.cpp233 cropcap.defrect.left, cropcap.defrect.top, cropcap.defrect.width, cropcap.defrect.height); in printcropcap()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l2-ctl-selection.cpp233 cropcap.defrect.left, cropcap.defrect.top, cropcap.defrect.width, cropcap.defrect.height); in printcropcap()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l2-ctl-selection.cpp233 cropcap.defrect.left, cropcap.defrect.top, cropcap.defrect.width, cropcap.defrect.height); in printcropcap()
/dports/multimedia/libv4l/linux-5.13-rc2/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``
/dports/multimedia/v4l-utils/linux-5.13-rc2/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``
/dports/multimedia/v4l_compat/linux-5.13-rc2/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``
/dports/graphics/zbar/zbar-0.23.90/zbar/video/
H A Dv4l2.c579 ccap.defrect.width, ccap.defrect.height,
580 ccap.defrect.left, ccap.defrect.top,
586 vdo->width = ccap.defrect.width;
587 vdo->height = ccap.defrect.height;
595 crop.c = ccap.defrect;
/dports/multimedia/transcode/transcode-1.1.7/import/v4l/
H A Dimport_v4l2.c467 cropcap.defrect.width, cropcap.defrect.height, in tc_v4l2_video_setup_cropping()
468 cropcap.defrect.left, cropcap.defrect.top); in tc_v4l2_video_setup_cropping()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/bt8xx/
H A Dbttv-risc.c382 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 Dbttv-driver.c265 .cropcap.defrect.left = hdelayx1, \
266 .cropcap.defrect.top = (videostart0) * 2, \
267 .cropcap.defrect.width = swidth, \
268 .cropcap.defrect.height = sheight, \
1110 c->rect = bttv_tvnorms[norm].cropcap.defrect; in bttv_crop_reset()
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()
2767 sel->r = bttv_tvnorms[btv->tvnorm].cropcap.defrect; in bttv_g_selection()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/bt8xx/
H A Dbttv-risc.c382 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 Dbttv-driver.c265 .cropcap.defrect.left = hdelayx1, \
266 .cropcap.defrect.top = (videostart0) * 2, \
267 .cropcap.defrect.width = swidth, \
268 .cropcap.defrect.height = sheight, \
1110 c->rect = bttv_tvnorms[norm].cropcap.defrect; in bttv_crop_reset()
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()
2767 sel->r = bttv_tvnorms[btv->tvnorm].cropcap.defrect; in bttv_g_selection()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/pci/bt8xx/
H A Dbttv-risc.c382 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 Dbttv-driver.c265 .cropcap.defrect.left = hdelayx1, \
266 .cropcap.defrect.top = (videostart0) * 2, \
267 .cropcap.defrect.width = swidth, \
268 .cropcap.defrect.height = sheight, \
1110 c->rect = bttv_tvnorms[norm].cropcap.defrect; in bttv_crop_reset()
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()
2767 sel->r = bttv_tvnorms[btv->tvnorm].cropcap.defrect; in bttv_g_selection()
/dports/net-im/uTox/uTox/src/xlib/
H A Dv4l.c106 crop.c = cropcap.defrect; /* reset to default */ in v4l_init()
/dports/devel/indi/indi-1.9.1/libs/webcam/
H A Dv4l2_base.cpp1109 … " Crop capabilities: defrect = (top=%d, left=%d, width=%d, height=%d)", cropcap.defrect.top, in check_device()
1110 cropcap.defrect.left, cropcap.defrect.width, cropcap.defrect.height); in check_device()
1114 crop.c.top = cropcap.defrect.top; in check_device()
1115 crop.c.left = cropcap.defrect.left; in check_device()
1116 crop.c.width = cropcap.defrect.width; in check_device()
1117 crop.c.height = cropcap.defrect.height; in check_device()
/dports/graphics/xgrasp/xgrasp-1.7d_2/
H A Dexec.c349 #define defrect(r, X, Y, W, H) \ macro
372 defrect(rects[0], x, y, w, h);
376 defrect(rects[0], x, y, w, thick);
377 defrect(rects[1], x, y + h - thick, w, thick);
378 defrect(rects[2], x, y + thick, thick, h - doublethick);
379 defrect(rects[3], x + w - thick, y + thick, thick, h - doublethick);
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/ajstarks/svgo/svgdef/
H A Dsvgdef.go83 func defrect(id string, w int, h int, legend string) { func
452 defrect("rect", w, h, "Rect(x, y, w, h int, style ...string)")
/dports/games/retroarch/RetroArch-1.9.7/camera/drivers/
H A Dvideo4linux2.c182 crop.c = cropcap.defrect; in init_device()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/contrib/test/
H A Dcapture-example.c464 crop.c = cropcap.defrect; /* reset to default */ in init_device()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/contrib/test/
H A Dcapture-example.c464 crop.c = cropcap.defrect; /* reset to default */ in init_device()

12345