Zephyr API
4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
video.h
Go to the documentation of this file.
1
/*
2
* Copyright 2026 NXP
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
14
#ifndef ZEPHYR_INCLUDE_VIDEO_VIDEO_H_
15
#define ZEPHYR_INCLUDE_VIDEO_VIDEO_H_
16
26
/*
27
* TODO: Temporarily include this driver APIs header so that application just needs to
28
* import this file instead of both. It should be removed once video APIs are correctly
29
* re-organized into public and drivers APIs.
30
*/
31
#include <
zephyr/drivers/video.h
>
32
44
struct
video_buffer
*
video_import_buffer
(
uint8_t
*mem,
size_t
sz);
45
50
#endif
/* ZEPHYR_INCLUDE_VIDEO_VIDEO_H_ */
video.h
Main header file for video driver API.
video_import_buffer
struct video_buffer * video_import_buffer(uint8_t *mem, size_t sz)
Import an external memory to the video buffer pool.
uint8_t
__UINT8_TYPE__ uint8_t
Definition
stdint.h:88
video_buffer
Video buffer structure.
Definition
video.h:146
zephyr
video
video.h
Generated on Fri Sep 11 2026 09:13:00 for Zephyr API by
1.12.0