Home
last modified time | relevance | path

Searched refs:SbcCalculateBitsMax (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.h61 …int SbcCalculateBitsMax(const Frame& frame, const int channel, const int subbands, int (*bits)[8]);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_frame.cpp124 int bitSlice = SbcCalculateBitsMax(frame, channel, subbands, bitNeed); in SbcCalculateBitsNormal()
186 int Frame::SbcCalculateBitsMax(const Frame& frame, const int channel, int subbands, in SbcCalculateBitsMax() function in sbc::Frame