Searched refs:tmp_BEC_detect (Results 1 – 4 of 4) sorted by relevance
/btstack/test/lc3/ |
H A D | lc3_decoder.c | 212 uint8_t tmp_BEC_detect; in main() local 215 …ned_16(&decoder_contexts[channel], read_buffer, BFI, &pcm[channel], num_channels, &tmp_BEC_detect); in main()
|
/btstack/test/le_audio/ |
H A D | lc3_test.c | 348 uint8_t tmp_BEC_detect; in test_encoder() local 349 … (void) lc3_decoder->decode_signed_16(decoder_contexts[0], buffer, BFI, pcm, 1, &tmp_BEC_detect); in test_encoder()
|
/btstack/example/ |
H A D | sco_demo_util.c | 495 uint8_t tmp_BEC_detect = 0; in sco_demo_lc3swb_frame_callback() local 499 samples, 1, &tmp_BEC_detect); in sco_demo_lc3swb_frame_callback() 516 return (bad_frame == false) && (tmp_BEC_detect == 0); in sco_demo_lc3swb_frame_callback()
|
H A D | le_audio_demo_util_sink.c | 526 uint8_t tmp_BEC_detect; in audio_processing_decode() local 530 &tmp_BEC_detect); in audio_processing_decode()
|