Home
last modified time | relevance | path

Searched refs:alloc_method (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/stack/a2dp/
H A Da2dp_sbc.cc50 uint8_t alloc_method; /* Allocation method */ member
133 (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() local
1394 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 …]
/aosp12/system/bt/audio_hal_interface/
H A Dcodec_status.cc282 uint8_t alloc_method = a2dp_offload.codec_info[0] & A2DP_SBC_IE_ALLOC_MD_MSK; in A2dpSbcToHalConfig() local
283 switch (alloc_method) { in A2dpSbcToHalConfig()
291 LOG(ERROR) << __func__ << ": Unknown SBC alloc_method=" << alloc_method; in A2dpSbcToHalConfig()
H A Dclient_interface_unittest.cc439 for (auto alloc_method : alloc_methods) { in SbcCodecConfigurationsGenerator() local
453 .allocMethod = alloc_method, in SbcCodecConfigurationsGenerator()
/aosp12/hardware/qcom/audio/hal/audio_extn/
H A Da2dp.c381 uint32_t alloc_method; member
1038 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()
/aosp12/hardware/interfaces/bluetooth/audio/2.0/vts/functional/
H A DVtsHalBluetoothAudioV2_0TargetTest.cpp440 for (auto alloc_method : alloc_methods) { in GetSbcCodecSpecificSupportedList() local
446 .allocMethod = alloc_method, in GetSbcCodecSpecificSupportedList()
/aosp12/hardware/broadcom/libbt/include/
H A Duipc_msg.h558 uint8_t alloc_method; member
/aosp12/hardware/interfaces/bluetooth/audio/2.1/vts/functional/
H A DVtsHalBluetoothAudioV2_1TargetTest.cpp529 for (auto alloc_method : alloc_methods) { in GetSbcCodecSpecificSupportedList() local
535 .allocMethod = alloc_method, in GetSbcCodecSpecificSupportedList()