Searched refs:sbc_cie (Results 1 – 2 of 2) sorted by relevance
2262 tA2D_SBC_CIE sbc_cie; in btif_media_task_aa_handle_decoder_reset() local2272 a2d_status = A2D_ParsSbcInfo(&sbc_cie, p_buf->codec_info, FALSE); in btif_media_task_aa_handle_decoder_reset()2279 btif_media_cb.sample_rate = btif_a2dp_get_track_frequency(sbc_cie.samp_freq); in btif_media_task_aa_handle_decoder_reset()2280 btif_media_cb.channel_count = btif_a2dp_get_track_channel_count(sbc_cie.ch_mode); in btif_media_task_aa_handle_decoder_reset()2292 BtifAvrcpAudioTrackCreate(btif_a2dp_get_track_frequency(sbc_cie.samp_freq), in btif_media_task_aa_handle_decoder_reset()2293 a2dp_get_track_channel_type(sbc_cie.ch_mode)); in btif_media_task_aa_handle_decoder_reset()2302 switch (sbc_cie.samp_freq) in btif_media_task_aa_handle_decoder_reset()2305 APPL_TRACE_DEBUG("\tsamp_freq:%d (16000)", sbc_cie.samp_freq); in btif_media_task_aa_handle_decoder_reset()2309 APPL_TRACE_DEBUG("\tsamp_freq:%d (32000)", sbc_cie.samp_freq); in btif_media_task_aa_handle_decoder_reset()2313 APPL_TRACE_DEBUG("\tsamp_freq:%d (44100)", sbc_cie.samp_freq); in btif_media_task_aa_handle_decoder_reset()[all …]
1141 tA2D_SBC_CIE sbc_cie; in bte_av_media_callback() local1160 a2d_status = A2D_ParsSbcInfo(&sbc_cie, (UINT8 *)(p_data->avk_config.codec_info), FALSE); in bte_av_media_callback()1163 config_req.sample_rate = btif_a2dp_get_track_frequency(sbc_cie.samp_freq); in bte_av_media_callback()1164 config_req.channel_count = btif_a2dp_get_track_channel_count(sbc_cie.ch_mode); in bte_av_media_callback()