Home
last modified time | relevance | path

Searched refs:SbcCaculateLevelsAndSampleDelta (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.h57 void SbcCaculateLevelsAndSampleDelta(const Frame& frame, int (*bits)[8],
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_frame.cpp559 void Frame::SbcCaculateLevelsAndSampleDelta(const Frame& frame, int (*bits)[VALUE8], in SbcCaculateLevelsAndSampleDelta() function in sbc::Frame
605 SbcCaculateLevelsAndSampleDelta(frame, bits, levels, sampleDelta); in PackFrameInternal()