Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mpipe_fake_src.h
Go to the documentation of this file.
1/*
2 * Copyright 2026 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
14
15#ifndef ZEPHYR_INCLUDE_MPIPE_MPIPE_FAKE_SRC_H_
16#define ZEPHYR_INCLUDE_MPIPE_MPIPE_FAKE_SRC_H_
17
22
25
35
45
47
48#endif /* ZEPHYR_INCLUDE_MPIPE_MPIPE_FAKE_SRC_H_ */
int mpipe_fake_src_init(struct mpipe_fake_src *fsrc, uint8_t id)
Initialize a fake source element.
Buffer and buffer pool APIs.
Source: an element that produces buffers.
__UINT8_TYPE__ uint8_t
Definition stdint.h:88
Buffer pool structure.
Definition mpipe_buffer.h:75
Fake source element structure.
Definition mpipe_fake_src.h:29
struct mpipe_src src
Base source element (must be first).
Definition mpipe_fake_src.h:31
struct mpipe_buffer_pool pool
Buffer pool for managing output buffers.
Definition mpipe_fake_src.h:33
Base Source Element Structure.
Definition mpipe_src.h:62