Zephyr API Documentation
4.4.0-rc1
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
13
14
#ifndef ZEPHYR_INCLUDE_VIDEO_VIDEO_H_
15
#define ZEPHYR_INCLUDE_VIDEO_VIDEO_H_
16
25
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
int
video_import_buffer
(
uint8_t
*mem,
size_t
sz,
uint16_t
*idx);
45
49
50
#endif
/* ZEPHYR_INCLUDE_VIDEO_VIDEO_H_ */
video.h
Main header file for video driver API.
video_import_buffer
int video_import_buffer(uint8_t *mem, size_t sz, uint16_t *idx)
Import an external memory to the video buffer pool.
uint8_t
__UINT8_TYPE__ uint8_t
Definition
stdint.h:88
uint16_t
__UINT16_TYPE__ uint16_t
Definition
stdint.h:89
zephyr
video
video.h
Generated on
for Zephyr API Documentation by
1.16.1