Zephyr API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
Video APIs

Video public APIs. More...

Functions

struct video_buffervideo_import_buffer (uint8_t *mem, size_t sz)
 Import an external memory to the video buffer pool.
 

Detailed Description

Video public APIs.

Since
4.4
Version
0.2.0

Function Documentation

◆ video_import_buffer()

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

Parameters
memPointer to the external memory
szSize of the external memory
Returns
Pointer to the imported video_buffer holding the external memory on success, NULL on failure