Home
last modified time | relevance | path

Searched refs:A2dpCodecConfigSbcBase (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_sbc_param_ctrl.cpp193 bool A2dpCodecConfigSbcBase::SetSampleRate( in SetSampleRate()
239 void A2dpCodecConfigSbcBase::SetBitsPerSampleUser() in SetBitsPerSampleUser()
502 bool A2dpCodecConfigSbcBase::SetChannelMode( in SetChannelMode()
549 bool A2dpCodecConfigSbcBase::SetBlockLength( in SetBlockLength()
571 bool A2dpCodecConfigSbcBase::SetSubBands( in SetSubBands()
589 bool A2dpCodecConfigSbcBase::SetAllocationMethod( in SetAllocationMethod()
607 bool A2dpCodecConfigSbcBase::SetBitPool( in SetBitPool()
627 bool A2dpCodecConfigSbcBase::SetCodecSpecific(void) in SetCodecSpecific()
644 bool A2dpCodecConfigSbcBase::ResetCodecConfig(void) in ResetCodecConfig()
706 void A2dpCodecConfigSbcBase::SetSampleFrameCapa( in SetSampleFrameCapa()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_sbc_param_ctrl.h27 class A2dpCodecConfigSbcBase : public A2dpCodecConfig {
33A2dpCodecConfigSbcBase(A2dpCodecIndex codecIndex, A2dpCodecPriority codecPriority, bool isSource) in A2dpCodecConfigSbcBase() function
36 ~A2dpCodecConfigSbcBase() override = default;
78 class A2dpCodecConfigSbcSource : public A2dpCodecConfigSbcBase {
87 class A2dpCodecConfigSbcSink : public A2dpCodecConfigSbcBase {