Searched refs:sbc_cie (Results 1 – 2 of 2) sorted by relevance
1978 tA2D_SBC_CIE sbc_cie; in btif_media_task_aa_handle_decoder_reset() local1988 a2d_status = A2D_ParsSbcInfo(&sbc_cie, p_buf->codec_info, FALSE); in btif_media_task_aa_handle_decoder_reset()1995 btif_media_cb.sample_rate = btif_a2dp_get_track_frequency(sbc_cie.samp_freq); in btif_media_task_aa_handle_decoder_reset()1996 btif_media_cb.channel_count = btif_a2dp_get_track_channel_count(sbc_cie.ch_mode); in btif_media_task_aa_handle_decoder_reset()2007 switch(sbc_cie.samp_freq) in btif_media_task_aa_handle_decoder_reset()2010 APPL_TRACE_DEBUG("\tsamp_freq:%d (16000)", sbc_cie.samp_freq); in btif_media_task_aa_handle_decoder_reset()2014 APPL_TRACE_DEBUG("\tsamp_freq:%d (32000)", sbc_cie.samp_freq); in btif_media_task_aa_handle_decoder_reset()2018 APPL_TRACE_DEBUG("\tsamp_freq:%d (44100)", sbc_cie.samp_freq); in btif_media_task_aa_handle_decoder_reset()2022 APPL_TRACE_DEBUG("\tsamp_freq:%d (48000)", sbc_cie.samp_freq); in btif_media_task_aa_handle_decoder_reset()2030 switch(sbc_cie.ch_mode) in btif_media_task_aa_handle_decoder_reset()[all …]
980 tA2D_SBC_CIE sbc_cie; in bte_av_media_callback() local1000 a2d_status = A2D_ParsSbcInfo(&sbc_cie, (UINT8 *)p_data, FALSE); in bte_av_media_callback()1003 config_req.sample_rate = btif_a2dp_get_track_frequency(sbc_cie.samp_freq); in bte_av_media_callback()1004 config_req.channel_count = btif_a2dp_get_track_channel_count(sbc_cie.ch_mode); in bte_av_media_callback()