|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Sink: an element that consumes buffers. More...
#include <zephyr/mpipe/mpipe_buffer.h>#include <zephyr/mpipe/mpipe_structure.h>#include <zephyr/mpipe/mpipe_element.h>#include <zephyr/mpipe/mpipe_pad.h>Go to the source code of this file.
Data Structures | |
| struct | mpipe_sink |
| Sink Element Structure. More... | |
Enumerations | |
| enum | mpipe_prop_sink { MPIPE_PROP_SINK_LAST } |
| Properties for a sink element. More... | |
Functions | |
| int | mpipe_sink_init (struct mpipe_sink *sink, uint8_t id) |
| Initialize a sink element. | |
| int | mpipe_sink_change_state (struct mpipe_element *self, enum mpipe_state_change transition) |
| Change state function for the base sink element. | |
Sink: an element that consumes buffers.