Home
last modified time | relevance | path

Searched refs:SBCDecode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_decoder.h31 ssize_t SBCDecode(const CodecParam& codecParam, const uint8_t* in, size_t iLength,
H A Dsbc_codec.h36 virtual ssize_t SBCDecode(const CodecParam& codecParam, const uint8_t* in, size_t iLength,
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_decoder_sbc.cpp71 frameLen = sbcDecoder_->SBCDecode(g_sbcDecode, &buf[pos], packetSize - pos, in DecodePacket()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_decoder.cpp80 ssize_t Decoder::SBCDecode(const CodecParam& codecParam, const uint8_t* in, size_t iLength, in SBCDecode() function in sbc::Decoder