Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mpipe_pipeline.h File Reference

Pipeline: the top-level bin that runs a graph. More...

Go to the source code of this file.

Data Structures

struct  mpipe
 A pipeline: the top-level bin that runs a graph. More...

Enumerations

enum  mpipe_prop_pipeline { MPIPE_PROP_PIPELINE_THREAD_PRIORITY }
 Properties for a pipeline. More...

Functions

int mpipe_pipeline_init (struct mpipe *pipe, uint8_t id)
 Initialize a pipeline.
int mpipe_push_buffer (struct mpipe_pad *src_pad, struct net_buf *buffer)
 Push a buffer downstream starting from a given source pad.

Detailed Description

Pipeline: the top-level bin that runs a graph.