Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_constant.h95 SBC_ALLOCATION_SNR = 0x01, enumerator
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_frame.cpp192 if (frame.allocation_ == SBC_ALLOCATION_SNR) { in SbcCalculateBitsMax()
220 if (frame.allocation_ == SBC_ALLOCATION_SNR) { in SbcCalculateBitsMaxStereo()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_encoder_sbc.cpp444 g_sbcEncode.allocation = sbc::SBC_ALLOCATION_SNR; in ConvertAllocationParamToSBCParam()