Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mpipe.h
Go to the documentation of this file.
1/*
2 * Copyright 2025-2026 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
15
16#ifndef ZEPHYR_INCLUDE_MPIPE_MPIPE_H_
17#define ZEPHYR_INCLUDE_MPIPE_MPIPE_H_
18
26
69
82
97#if CONFIG_MPIPE_RPC
99#endif
100
101#endif /* ZEPHYR_INCLUDE_MPIPE_MPIPE_H_ */
Bin: an element that contains other elements.
Buffer and buffer pool APIs.
Queries and events exchanged between elements.
Element: the unit a pipeline is built from.
Bus message: what an element reports to the application.
Object: the base that every mpipe type embeds.
Pad: the point where two elements meet.
Stream parser base element.
Pipeline: the top-level bin that runs a graph.
Sink: an element that consumes buffers.
Source: an element that produces buffers.
Structure: one media capability, held by value.
Transform: an element that turns input buffers into output buffers.
Transform client: a transform whose work runs on another core.
Value: one typed scalar or range inside a capability.