Home
last modified time | relevance | path

Searched defs:bitpool (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.h37 uint8_t bitpool; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_encoder.cpp101 uint8_t bitpool = codecParam.bitpool; in CalculateFrameLength() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.cpp862 int A2dpProfile::WriteStream(const uint16_t handle, const uint8_t config, const uint8_t bitpool) in WriteStream()