Searched refs:sbc_cie (Results 1 – 2 of 2) sorted by relevance
397 tA2D_SBC_CIE sbc_cie; in btc_a2dp_sink_handle_decoder_reset() local407 a2d_status = A2D_ParsSbcInfo(&sbc_cie, p_buf->codec_info, FALSE); in btc_a2dp_sink_handle_decoder_reset()413 …a2dp_sink_local_param.btc_aa_snk_cb.sample_rate = btc_a2dp_sink_get_track_frequency(sbc_cie.samp_f… in btc_a2dp_sink_handle_decoder_reset()414 …k_local_param.btc_aa_snk_cb.channel_count = btc_a2dp_sink_get_track_channel_count(sbc_cie.ch_mode); in btc_a2dp_sink_handle_decoder_reset()426 switch (sbc_cie.samp_freq) { in btc_a2dp_sink_handle_decoder_reset()428 APPL_TRACE_DEBUG("\tsamp_freq:%d (16000)\n", sbc_cie.samp_freq); in btc_a2dp_sink_handle_decoder_reset()432 APPL_TRACE_DEBUG("\tsamp_freq:%d (32000)\n", sbc_cie.samp_freq); in btc_a2dp_sink_handle_decoder_reset()436 APPL_TRACE_DEBUG("\tsamp_freq:%d (44100)\n", sbc_cie.samp_freq); in btc_a2dp_sink_handle_decoder_reset()440 APPL_TRACE_DEBUG("\tsamp_freq:%d (48000)\n", sbc_cie.samp_freq); in btc_a2dp_sink_handle_decoder_reset()448 switch (sbc_cie.ch_mode) { in btc_a2dp_sink_handle_decoder_reset()[all …]
1241 tA2D_SBC_CIE sbc_cie; in bte_av_media_callback() local1259 a2d_status = A2D_ParsSbcInfo(&sbc_cie, (UINT8 *)p_data, FALSE); in bte_av_media_callback()