Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/include/
H A Da2dp_encoder_sbc.h130 … void A2dpSbcCalculateEncBitPool(uint16_t samplingFreq, uint16_t minBitPool, uint16_t maxBitPool);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_encoder_sbc.cpp317 A2dpSbcCalculateEncBitPool(samplingFreq, minBitPool, maxBitPool); in UpdateEncoderParam()
614 void A2dpSbcEncoder::A2dpSbcCalculateEncBitPool(uint16_t samplingFreq, uint16_t minBitPool, uint16_… in A2dpSbcCalculateEncBitPool() function in OHOS::bluetooth::A2dpSbcEncoder