Home
last modified time | relevance | path

Searched refs:alloc_mthd (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/bta/av/
Dbta_av_sbc.c480 if (peer_cie.alloc_mthd & p_pref->alloc_mthd) in bta_av_sbc_cfg_for_cap()
482 peer_cie.alloc_mthd = p_pref->alloc_mthd; in bta_av_sbc_cfg_for_cap()
486 … APPL_TRACE_ERROR1("bta_av_sbc_cfg_for_cap: alloc_mthd(0x%02X) not supported", p_pref->alloc_mthd); in bta_av_sbc_cfg_for_cap()
554 else if ((cfg_cie.alloc_mthd & p_cap->alloc_mthd) == 0) in bta_av_sbc_cfg_in_cap()
/external/bluetooth/bluedroid/stack/a2dp/
Da2d_sbc.c232 (p_ie->alloc_mthd & ~A2D_SBC_IE_ALLOC_MD_MSK) || in A2D_BldSbcInfo()
252 *p_result++ = p_ie->block_len | p_ie->num_subbands | p_ie->alloc_mthd; in A2D_BldSbcInfo()
301 p_ie->alloc_mthd = *p_info & A2D_SBC_IE_ALLOC_MD_MSK; in A2D_ParsSbcInfo()
323 if(A2D_BitsSet(p_ie->alloc_mthd) != A2D_SET_ONE_BIT) in A2D_ParsSbcInfo()
/external/bluetooth/bluedroid/stack/include/
Da2d_sbc.h83 UINT8 alloc_mthd; /* Allocation method */ member
/external/bluetooth/bluedroid/btif/src/
Dbtif_media_task.c608 … msg.AllocationMethod = (sbc_config.alloc_mthd == A2D_SBC_IE_ALLOC_MD_L) ? SBC_LOUDNESS : SBC_SNR; in btif_a2dp_encoder_init()
2314 if (sbc_cie.alloc_mthd == A2D_SBC_IE_ALLOC_MD_S) in dump_codec_info()
2315 { APPL_TRACE_DEBUG1("\talloc_mthd:%d (SNR)", sbc_cie.alloc_mthd);} in dump_codec_info()
2316 else if (sbc_cie.alloc_mthd == A2D_SBC_IE_ALLOC_MD_L) in dump_codec_info()
2317 { APPL_TRACE_DEBUG1("\talloc_mthd:%d (Loundess)", sbc_cie.alloc_mthd);} in dump_codec_info()
2319 { APPL_TRACE_DEBUG1("\tBAD alloc_mthd:%d", sbc_cie.alloc_mthd);} in dump_codec_info()