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/src/
H A Dsbc_frame.cpp157 int Frame::SbcCalculateBitsSliceNormal(const uint8_t bitPool, const int subbands, int (*bits)[8], in SbcCalculateBitsSliceNormal()
247 void Frame::SbcCalculateBitsSliceStereo(const uint8_t bitPool, const int subbands, in SbcCalculateBitsSliceStereo()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/include/
H A Da2dp_encoder_sbc.h96 int16_t bitPool; // bitPool member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_encoder_sbc.cpp618 int16_t bitPool = 0; in A2dpSbcCalculateEncBitPool() local