Home
last modified time | relevance | path

Searched refs:allocatedMethod (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_sbc_param_ctrl.cpp592 uint8_t allocMethod = localCapability.allocatedMethod & peerCapability.allocatedMethod; in SetAllocationMethod()
597 resultCap.allocatedMethod = A2DP_SBC_ALLOC_MODE_L; in SetAllocationMethod()
599 resultCap.allocatedMethod = A2DP_SBC_ALLOC_MODE_S; in SetAllocationMethod()
854 …G_INFO("[CodecConfigSbcBase] %{public}s [allocatedMethod:0x%x]", __func__, cfgCap.allocatedMethod); in GetAllocationMethodCodeSbc()
855 return cfgCap.allocatedMethod; in GetAllocationMethodCodeSbc()
866 *codecInfo++ = sbcCap->blockLen | sbcCap->numSubbands | sbcCap->allocatedMethod; in BuildSbcInfo()
901 sbcCap->allocatedMethod = *codecInfo & A2DP_SBC_ALLOC_MODE_MSK; in ParseInfoSbc()
937 …(lastInfo.allocatedMethod == newInfo.allocatedMethod) && (lastInfo.minBitpool == newInfo.minBitpoo… in IsSbcConfigChanged()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_constant.h170 uint8_t allocatedMethod; /* Allocation method */ member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.cpp494 A2DP_SBC_SINK_CAPS.allocatedMethod; in BuildCodecInfo()
504 A2DP_SBC_SOURCE_CAPS.allocatedMethod; in BuildCodecInfo()