Home
last modified time | relevance | path

Searched refs:mpl_tseg (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dmpl_internal.h38 struct mpl_tseg { struct
42 struct mpl_tseg *prev; argument
43 struct mpl_tseg *next; argument
53 struct mpl_tseg *segment;
Dmpl.c54 static struct mpl_tseg seg_2;
55 static struct mpl_tseg seg_3;
57 static struct mpl_tseg seg_1 = {
65 static struct mpl_tseg seg_2 = {
73 static struct mpl_tseg seg_3 = {
347 struct mpl_tseg *seg = track->segment; in setup_segments_object()