Home
last modified time | relevance | path

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

/btstack/3rd-party/lc3-google/include/
H A Dlc3_cpp.h268 int Decode(const uint8_t *in, int block_size, int16_t *pcm) { in Decode() function
272 int Decode(const uint8_t *in, int block_size, int32_t *pcm) { in Decode() function
276 int Decode(const uint8_t *in, int block_size, float *pcm) { in Decode() function
280 int Decode(const uint8_t *in, int block_size, PcmFormat fmt, void *pcm) { in Decode() function
/btstack/3rd-party/lc3-google/fuzz/
H A Ddfuzz.cc62 dec.Decode( in LLVMFuzzerTestOneInput()