Searched refs:alloc_method (Results 1 – 7 of 7) sorted by relevance
50 uint8_t alloc_method; /* Allocation method */ member133 (p_ie->alloc_method & ~A2DP_SBC_IE_ALLOC_MD_MSK) || in A2DP_BuildInfoSbc()371 cfg_cie.alloc_method, p_cap->alloc_method); in A2DP_CodecInfoMatchesCapabilitySbc()391 if ((cfg_cie.alloc_method & p_cap->alloc_method) == 0) in A2DP_CodecInfoMatchesCapabilitySbc()455 (sbc_cie_a.alloc_method == sbc_cie_b.alloc_method) && in A2DP_CodecEqualsSbc()576 switch (sbc_cie.alloc_method) { in A2DP_GetAllocationMethodCodeSbc()1074 uint8_t alloc_method; in setCodecConfig() local1394 alloc_method = p_a2dp_sbc_caps->alloc_method & peer_info_cie.alloc_method; in setCodecConfig()1395 if (alloc_method & A2DP_SBC_IE_ALLOC_MD_L) { in setCodecConfig()1397 } else if (alloc_method & A2DP_SBC_IE_ALLOC_MD_S) { in setCodecConfig()[all …]
282 uint8_t alloc_method = a2dp_offload.codec_info[0] & A2DP_SBC_IE_ALLOC_MD_MSK; in A2dpSbcToHalConfig() local283 switch (alloc_method) { in A2dpSbcToHalConfig()291 LOG(ERROR) << __func__ << ": Unknown SBC alloc_method=" << alloc_method; in A2dpSbcToHalConfig()
439 for (auto alloc_method : alloc_methods) { in SbcCodecConfigurationsGenerator() local453 .allocMethod = alloc_method, in SbcCodecConfigurationsGenerator()
381 uint32_t alloc_method; member1038 sbc_dsp_cfg.alloc_method = MEDIA_FMT_SBC_ALLOCATION_METHOD_LOUDNESS; in configure_sbc_enc_format()1040 sbc_dsp_cfg.alloc_method = MEDIA_FMT_SBC_ALLOCATION_METHOD_SNR; in configure_sbc_enc_format()
440 for (auto alloc_method : alloc_methods) { in GetSbcCodecSpecificSupportedList() local446 .allocMethod = alloc_method, in GetSbcCodecSpecificSupportedList()
558 uint8_t alloc_method; member
529 for (auto alloc_method : alloc_methods) { in GetSbcCodecSpecificSupportedList() local535 .allocMethod = alloc_method, in GetSbcCodecSpecificSupportedList()