mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
When we don't support EXPBUF according to the probe, the host will allocate memory for us. We will then try to use USERPTR to import the memory into v4l2. If this is not supported, try to fall back to MMAP support, mmap the buffers and memcpy the MMAP buffer to the host allocated buffers. |
||
|---|---|---|
| .. | ||
| meson.build | ||
| v4l2-device.c | ||
| v4l2-source.c | ||
| v4l2-udev.c | ||
| v4l2-utils.c | ||
| v4l2.c | ||
| v4l2.h | ||