Home
last modified time | relevance | path

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

/btstack/3rd-party/lc3-google/include/
H A Dlc3_cpp.h203 int DecodeImpl(const uint8_t *in, int block_size, PcmFormat fmt, T *pcm) { in DecodeImpl() function
269 return DecodeImpl(in, block_size, PcmFormat::kS16, pcm); in Decode()
273 return DecodeImpl(in, block_size, PcmFormat::kS24In3Le, pcm); in Decode()
277 return DecodeImpl(in, block_size, PcmFormat::kF32, pcm); in Decode()
286 return DecodeImpl(in, block_size, fmt, in Decode()
291 return DecodeImpl(in, block_size, fmt, in Decode()
295 return DecodeImpl(in, block_size, fmt, in Decode()
300 return DecodeImpl(in, block_size, fmt, reinterpret_cast<float *>(pcm)); in Decode()