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 */
32
44int video_import_buffer(uint8_t *mem, size_t sz, uint16_t *idx);
45
49
50#endif /* ZEPHYR_INCLUDE_VIDEO_VIDEO_H_ */
Main header file for video driver API.
int video_import_buffer(uint8_t *mem, size_t sz, uint16_t *idx)
Import an external memory to the video buffer pool.
__UINT8_TYPE__ uint8_t
Definition stdint.h:88
__UINT16_TYPE__ uint16_t
Definition stdint.h:89