Home
last modified time | relevance | path

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

/btstack/3rd-party/lc3-google/src/
H A Dlc3.c39 struct side_data { struct
286 int nbytes, struct side_data *side) in analyze()
338 const struct side_data *side, int nbytes, void *buffer) in encode()
448 struct side_data side; in lc3_encode()
566 const void *data, int nbytes, struct side_data *side) in decode()
613 const struct side_data *side, int nbytes) in synthesize()
755 struct side_data side; in lc3_decode()
/btstack/3rd-party/lc3-google/test/
H A Dctypes.h620 static PyObject *new_side_data(const struct side_data *side) in new_side_data()
640 static PyObject *to_side_data(PyObject *obj, struct side_data *side) in to_side_data()