Searched refs:alloc_mthd (Results 1 – 6 of 6) sorted by relevance
441 if (peer_cie.alloc_mthd & p_pref->alloc_mthd) { in bta_av_sbc_cfg_for_cap()442 peer_cie.alloc_mthd = p_pref->alloc_mthd; in bta_av_sbc_cfg_for_cap()444 … APPL_TRACE_ERROR("bta_av_sbc_cfg_for_cap: alloc_mthd(0x%02X) not supported", p_pref->alloc_mthd); in bta_av_sbc_cfg_for_cap()492 … APPL_TRACE_DEBUG(" ALLOC_MTHD peer: 0%x, capability 0%x", cfg_cie.alloc_mthd, p_cap->alloc_mthd); in bta_av_sbc_cfg_matches_cap()513 else if ((cfg_cie.alloc_mthd & p_cap->alloc_mthd) == 0) { in bta_av_sbc_cfg_matches_cap()569 else if ((cfg_cie.alloc_mthd & p_cap->alloc_mthd) == 0) { in bta_av_sbc_cfg_in_cap()
63 (p_ie->alloc_mthd & ~A2D_SBC_IE_ALLOC_MD_MSK) || in A2D_BldSbcInfo()80 *p_result++ = p_ie->block_len | p_ie->num_subbands | p_ie->alloc_mthd; in A2D_BldSbcInfo()126 p_ie->alloc_mthd = *p_info & A2D_SBC_IE_ALLOC_MD_MSK; in A2D_ParsSbcInfo()148 } else if (A2D_BitsSet(p_ie->alloc_mthd) != A2D_SET_ONE_BIT) { in A2D_ParsSbcInfo()
82 UINT8 alloc_mthd; /* Allocation method */ member
501 switch (sbc_cie.alloc_mthd) { in btc_a2dp_sink_handle_decoder_reset()503 APPL_TRACE_DEBUG("\talloc_mthd:%d (SNR)\n", sbc_cie.alloc_mthd); in btc_a2dp_sink_handle_decoder_reset()506 APPL_TRACE_DEBUG("\talloc_mthd:%d (Loudness)\n", sbc_cie.alloc_mthd); in btc_a2dp_sink_handle_decoder_reset()
426 if (src_cap.alloc_mthd & A2D_SBC_IE_ALLOC_MD_L) { in bta_av_build_src_cfg()427 pref_cap.alloc_mthd = A2D_SBC_IE_ALLOC_MD_L; in bta_av_build_src_cfg()428 } else if (src_cap.alloc_mthd & A2D_SBC_IE_ALLOC_MD_S) { in bta_av_build_src_cfg()429 pref_cap.alloc_mthd = A2D_SBC_IE_ALLOC_MD_S; in bta_av_build_src_cfg()
687 … msg.AllocationMethod = (sbc_config.alloc_mthd == A2D_SBC_IE_ALLOC_MD_L) ? SBC_LOUDNESS : SBC_SNR; in btc_a2dp_source_encoder_init()