Searched refs:lc3_freq_hz (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/ |
| D | lc3.c | 71 uint32_t lc3_freq_hz) in init_lc3_decoder() argument 83 if (lc3_freq_hz == 0U || lc3_frame_duration_us == 0U) { in init_lc3_decoder() 84 LOG_ERR("Invalid freq (%u) or frame duration (%u)", lc3_freq_hz, in init_lc3_decoder() 91 lc3_frame_duration_us, lc3_freq_hz); in init_lc3_decoder() 94 lc3_setup_decoder(lc3_frame_duration_us, lc3_freq_hz, in init_lc3_decoder() 286 uint32_t lc3_freq_hz; in lc3_enable() local 300 lc3_freq_hz = (uint32_t)ret; in lc3_enable() 303 lc3_freq_hz = 0U; in lc3_enable() 307 lc3_freq_hz = 0U; in lc3_enable() 311 lc3_freq_hz = 0U; in lc3_enable() [all …]
|
| /Zephyr-latest/subsys/bluetooth/audio/shell/ |
| D | bap.c | 313 if (sh_stream->lc3_freq_hz == 0 || sh_stream->lc3_frame_duration_us == 0) { in init_lc3_encoder() 315 sh_stream->lc3_freq_hz, sh_stream->lc3_frame_duration_us); in init_lc3_encoder() 335 sh_stream->lc3_freq_hz); in init_lc3_encoder() 338 lc3_setup_encoder(sh_stream->lc3_frame_duration_us, sh_stream->lc3_freq_hz, in init_lc3_encoder() 392 AUDIO_TONE_FREQUENCY_HZ, sh_stream->lc3_freq_hz); in encode_frame() 2624 if (sh_stream->lc3_freq_hz == 0 || sh_stream->lc3_frame_duration_us == 0) { in init_lc3_decoder() 2626 sh_stream->lc3_freq_hz, sh_stream->lc3_frame_duration_us); in init_lc3_decoder() 2632 sh_stream->lc3_frame_duration_us, sh_stream->lc3_freq_hz); in init_lc3_decoder() 2635 lc3_setup_decoder(sh_stream->lc3_frame_duration_us, sh_stream->lc3_freq_hz, in init_lc3_decoder() 2946 sh_stream->lc3_freq_hz = (uint32_t)ret; in stream_started_cb() [all …]
|
| D | audio.h | 99 uint32_t lc3_freq_hz; member
|