Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Render a pipeline's topology for debugging. More...

Go to the source code of this file.

Typedefs

typedef void(* mpipe_dump_print_t) (void *ctx, const char *str)
 Output callback of a dump.

Functions

int mpipe_dump_bin (struct mpipe_bin *bin, mpipe_dump_print_t print, void *ctx)
 Render a bin's topology and the capability on each of its pads.
int mpipe_dump_caps (const struct mpipe_structure *caps, mpipe_dump_print_t print, void *ctx)
 Render one capability on a single line.
const char * mpipe_dump_state_str (enum mpipe_state state)
 Name an element state.

Detailed Description

Render a pipeline's topology for debugging.