Searched refs:lc3_freq_hz (Results 1 – 2 of 2) sorted by relevance
311 if (sh_stream->lc3_freq_hz == 0 || sh_stream->lc3_frame_duration_us == 0) { in init_lc3_encoder()313 sh_stream->lc3_freq_hz, sh_stream->lc3_frame_duration_us); in init_lc3_encoder()333 sh_stream->lc3_freq_hz); in init_lc3_encoder()336 lc3_setup_encoder(sh_stream->lc3_frame_duration_us, sh_stream->lc3_freq_hz, in init_lc3_encoder()390 AUDIO_TONE_FREQUENCY_HZ, sh_stream->lc3_freq_hz); in encode_frame()2551 if (sh_stream->lc3_freq_hz == 0 || sh_stream->lc3_frame_duration_us == 0) { in init_lc3_decoder()2553 sh_stream->lc3_freq_hz, sh_stream->lc3_frame_duration_us); in init_lc3_decoder()2560 sh_stream->lc3_frame_duration_us, sh_stream->lc3_freq_hz); in init_lc3_decoder()2563 lc3_setup_decoder(sh_stream->lc3_frame_duration_us, sh_stream->lc3_freq_hz, in init_lc3_decoder()2875 sh_stream->lc3_freq_hz = (uint32_t)ret; in stream_started_cb()[all …]
101 uint32_t lc3_freq_hz; member