Home
last modified time | relevance | path

Searched refs:SetBitsPerSample (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.h52 bool SetBitsPerSample(const A2dpAACCapability &localCapability, A2dpAACCapability &resultCap);
H A Da2dp_sbc_param_ctrl.h51 bool SetBitsPerSample(const A2dpSBCCapability &localCapability, A2dpSBCCapability &resultCap);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_aac_param_ctrl.cpp398 bool A2dpCodecConfigAacBase::SetBitsPerSample(const A2dpAACCapability &localCapability, A2dpAACCapa… in SetBitsPerSample() function in OHOS::bluetooth::A2dpCodecConfigAacBase
650 if (SetBitsPerSample(*a2dpAacCaps, cfgCapResult) != true) { in SetCodecConfig()
H A Da2dp_sbc_param_ctrl.cpp301 bool A2dpCodecConfigSbcBase::SetBitsPerSample(const A2dpSBCCapability &localCapability, A2dpSBCCapa… in SetBitsPerSample() function in OHOS::bluetooth::A2dpCodecConfigSbcBase
673 if (SetBitsPerSample(*a2dpSbcCaps, cfgCapResult) != true) { in SetCodecConfig()