MCPcopy Create free account
hub / github.com/FastLED/FastLED / findSyncWord

Method findSyncWord

src/fl/codec/mp3.cpp.hpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60int Mp3HelixDecoder::findSyncWord(const fl::u8* buf, fl::size len) {
61 int offset = MP3FindSyncWord(buf, static_cast<int>(len));
62 return offset;
63}
64
65int Mp3HelixDecoder::decodeFrame(const fl::u8** inbuf, fl::size* bytes_left) {
66 if (!mDecoder || !mPcmBuffer) {

Callers 2

findAndDecodeFrameMethod · 0.80
parseMp3InfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected