Home
last modified time | relevance | path

Searched defs:bitPool (Results 1 – 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
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()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/include/
Da2dp_encoder_sbc.h96 int16_t bitPool; // bitPool member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
Da2dp_encoder_sbc.cpp618 int16_t bitPool = 0; in A2dpSbcCalculateEncBitPool() local