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 D | sbc_frame.h | 69 …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 D | sbc_frame.cpp | 125 … 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
|