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 D | sbc_decoder.h | 31 ssize_t SBCDecode(const CodecParam& codecParam, const uint8_t* in, size_t iLength,
|
H A D | sbc_codec.h | 36 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 D | a2dp_decoder_sbc.cpp | 71 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 D | sbc_decoder.cpp | 80 ssize_t Decoder::SBCDecode(const CodecParam& codecParam, const uint8_t* in, size_t iLength, in SBCDecode() function in sbc::Decoder
|