Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_aac_param_ctrl.h50 …bool SetBitsPerSampleBestMatch(const A2dpAACCapability &localCapability, A2dpAACCapability &result…
H A Da2dp_sbc_param_ctrl.h49 bool SetBitsPerSampleBestMatch(A2dpSBCCapability &resultCap);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_aac_param_ctrl.cpp350 bool A2dpCodecConfigAacBase::SetBitsPerSampleBestMatch( in SetBitsPerSampleBestMatch() function in OHOS::bluetooth::A2dpCodecConfigAacBase
427 if (SetBitsPerSampleBestMatch(localCapability, resultCap)) { in SetBitsPerSample()
H A Da2dp_sbc_param_ctrl.cpp287 bool A2dpCodecConfigSbcBase::SetBitsPerSampleBestMatch(A2dpSBCCapability &resultCap) in SetBitsPerSampleBestMatch() function in OHOS::bluetooth::A2dpCodecConfigSbcBase
329 if (SetBitsPerSampleBestMatch(resultCap)) { in SetBitsPerSample()