Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_frame.h69 …int SbcCalculateBitsSliceNormal(const uint8_t bitPool, const int subbands, int (*bits)[8], int cha…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_frame.cpp125 … int bitCount = SbcCalculateBitsSliceNormal(frame.bitpool_, subbands, bitNeed, channel, &bitSlice); in SbcCalculateBitsNormal()
157 int Frame::SbcCalculateBitsSliceNormal(const uint8_t bitPool, const int subbands, int (*bits)[8], in SbcCalculateBitsSliceNormal() function in sbc::Frame