![]() |
Zephyr API 4.4.99
A Scalable Open Source RTOS
|
Video public APIs. More...
Functions | |
| struct video_buffer * | video_import_buffer (uint8_t *mem, size_t sz) |
| Import an external memory to the video buffer pool. | |
Video public APIs.
| struct video_buffer * video_import_buffer | ( | uint8_t * | mem, |
| size_t | sz ) |
#include <zephyr/video/video.h>
Import an external memory to the video buffer pool.
Import an externally allocated memory as a video_buffer in the video buffer pool
| mem | Pointer to the external memory |
| sz | Size of the external memory |