Home
last modified time | relevance | path

Searched refs:UnpackFrameStream (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.h55 int UnpackFrameStream(Frame& frame, const uint8_t* bufStream, size_t len);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_frame.cpp363 int Frame::UnpackFrameStream(Frame& frame, const uint8_t* bufStream, size_t len) in UnpackFrameStream() function in sbc::Frame
515 return UnpackFrameStream(*this, bufStream, size); in Unpack()