Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_sbc_param_ctrl.h100 int GetMinBitpoolSbc(const uint8_t *codecInfo);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_encoder_sbc.cpp298 int minBitPool = GetMinBitpoolSbc(codecCfgInfo); in UpdateEncoderParam()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_sbc_param_ctrl.cpp770 int GetMinBitpoolSbc(const uint8_t *codecInfo) in GetMinBitpoolSbc() function