Searched refs:lc3_encode (Results 1 – 7 of 7) sorted by relevance
/btstack/3rd-party/lc3-google/include/ |
H A D | lc3.h | 367 LC3_EXPORT int lc3_encode(
|
H A D | lc3_cpp.h | 106 ret |= lc3_encode(states[ich].get(), cfmt, pcm + ich, nchannels_, in EncodeImpl()
|
/btstack/3rd-party/lc3-google/python/ |
H A D | lc3.py | 221 lib.lc3_encode.argtypes = \ 285 ret = self.lib.lc3_encode(
|
/btstack/3rd-party/lc3-google/test/ |
H A D | lc3_py.c | 71 lc3_encode(encoder, LC3_PCM_FORMAT_S16, pcm, 1, nbytes, out); in encode_py()
|
/btstack/src/ |
H A D | btstack_lc3_google.c | 166 …int result = lc3_encode(instance->encoder, fmt, pcm_in, stride, instance->octets_per_frame, (void*… in lc3_encoder_google_encode_signed()
|
/btstack/3rd-party/lc3-google/tools/ |
H A D | elc3.c | 263 lc3_encode(enc[ich], in main()
|
/btstack/3rd-party/lc3-google/src/ |
H A D | lc3.c | 430 LC3_EXPORT int lc3_encode(struct lc3_encoder *encoder, in lc3_encode() function
|