Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Duvideoreg.h419 uByte bAspectRatioX; member
455 uByte bAspectRatioX; member
490 uByte bAspectRatioX; member
H A Duvideo.c463 GET(format_type, format_desc, bAspectRatioX); \
2868 desc->bAspectRatioX, in print_vs_format_uncompressed_descriptor()
2914 desc->bAspectRatioX, in print_vs_format_mjpeg_descriptor()
/dports/multimedia/libuvc/libuvc-0.0.6-32-gc612d45/src/
H A Ddiag.c202 fmt_desc->bAspectRatioX, in uvc_print_diag()
324 fmt_desc->bAspectRatioX, in uvc_print_frameformats()
H A Ddevice.c1344 format->bAspectRatioX = block[23]; in uvc_parse_vs_format_uncompressed()
1373 format->bAspectRatioX = block[23]; in uvc_parse_vs_frame_format()
1403 format->bAspectRatioX = block[7]; in uvc_parse_vs_format_mjpeg()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/gadget/legacy/
H A Dwebcam.c172 .bAspectRatioX = 0,
223 .bAspectRatioX = 0,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/gadget/legacy/
H A Dwebcam.c172 .bAspectRatioX = 0,
223 .bAspectRatioX = 0,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/gadget/legacy/
H A Dwebcam.c172 .bAspectRatioX = 0,
223 .bAspectRatioX = 0,
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/usb/
H A Dvideo.h467 uint8_t bAspectRatioX; member
523 uint8_t bAspectRatioX; member
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/usb/
H A Dvideo.h467 uint8_t bAspectRatioX; member
523 uint8_t bAspectRatioX; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/usb/
H A Dvideo.h467 __u8 bAspectRatioX; member
523 __u8 bAspectRatioX; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/usb/
H A Dvideo.h467 __u8 bAspectRatioX; member
523 __u8 bAspectRatioX; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/usb/
H A Dvideo.h467 uint8_t bAspectRatioX; member
523 uint8_t bAspectRatioX; member
/dports/graphics/open3d/Open3D-0.2/src/External/librealsense/src/libuvc/
H A Ddiag.c202 fmt_desc->bAspectRatioX, in uvc_print_diag()
H A Ddev.c1165 format->bAspectRatioX = block[23]; in uvc_parse_vs_format_uncompressed()
1194 format->bAspectRatioX = block[23]; in uvc_parse_vs_frame_format()
1224 format->bAspectRatioX = block[7]; in uvc_parse_vs_format_mjpeg()
H A Dlibuvc.h142 uint8_t bAspectRatioX; member
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/librealsense/src/libuvc/
H A Ddiag.c202 fmt_desc->bAspectRatioX, in uvc_print_diag()
H A Ddev.c1165 format->bAspectRatioX = block[23]; in uvc_parse_vs_format_uncompressed()
1194 format->bAspectRatioX = block[23]; in uvc_parse_vs_frame_format()
1224 format->bAspectRatioX = block[7]; in uvc_parse_vs_format_mjpeg()
H A Dlibuvc.h142 uint8_t bAspectRatioX; member
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-uvc203 bAspectRatioX the Y dimension of the picture aspect
259 bAspectRatioX the Y dimension of the picture aspect
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-uvc203 bAspectRatioX the Y dimension of the picture aspect
259 bAspectRatioX the Y dimension of the picture aspect
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-uvc203 bAspectRatioX the Y dimension of the picture aspect
259 bAspectRatioX the Y dimension of the picture aspect
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/gadget/function/
H A Duvc_configfs.c1586 UVCG_UNCOMPRESSED_ATTR_RO(b_aspect_ratio_x, bAspectRatioX, 8);
1648 h->desc.bAspectRatioX = 0; in uvcg_uncompressed_make()
1779 UVCG_MJPEG_ATTR_RO(b_aspect_ratio_x, bAspectRatioX, 8);
1834 h->desc.bAspectRatioX = 0; in uvcg_mjpeg_make()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/gadget/function/
H A Duvc_configfs.c1586 UVCG_UNCOMPRESSED_ATTR_RO(b_aspect_ratio_x, bAspectRatioX, 8);
1648 h->desc.bAspectRatioX = 0; in uvcg_uncompressed_make()
1779 UVCG_MJPEG_ATTR_RO(b_aspect_ratio_x, bAspectRatioX, 8);
1834 h->desc.bAspectRatioX = 0; in uvcg_mjpeg_make()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/gadget/function/
H A Duvc_configfs.c1586 UVCG_UNCOMPRESSED_ATTR_RO(b_aspect_ratio_x, bAspectRatioX, 8);
1648 h->desc.bAspectRatioX = 0; in uvcg_uncompressed_make()
1779 UVCG_MJPEG_ATTR_RO(b_aspect_ratio_x, bAspectRatioX, 8);
1834 h->desc.bAspectRatioX = 0; in uvcg_mjpeg_make()
/dports/multimedia/libuvc/libuvc-0.0.6-32-gc612d45/include/libuvc/
H A Dlibuvc.h216 uint8_t bAspectRatioX; member