13#ifndef ZEPHYR_INCLUDE_MPIPE_UTILS_MPIPE_DUMP_H_
14#define ZEPHYR_INCLUDE_MPIPE_UTILS_MPIPE_DUMP_H_
void(* mpipe_dump_print_t)(void *ctx, const char *str)
Output callback of a dump.
Definition mpipe_dump.h:66
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.
const char * mpipe_dump_state_str(enum mpipe_state state)
Name an element state.
int mpipe_dump_caps(const struct mpipe_structure *caps, mpipe_dump_print_t print, void *ctx)
Render one capability on a single line.
mpipe_state
States of an element.
Definition mpipe_element.h:127
Bin: an element that contains other elements.
Structure: one media capability, held by value.
state
Definition parser_state.h:29
Bin structure.
Definition mpipe_bin.h:54
Fixed-size container holding the fields of one capability.
Definition mpipe_structure.h:179