Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ begin
Method
begin
src/fl/codec/jpeg.cpp.hpp:220–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
JpegDecoder::~JpegDecoder() FL_NOEXCEPT = default;
219
220
bool JpegDecoder::begin(fl::filebuf_ptr stream) {
221
return mImpl->begin(stream);
222
}
223
224
void JpegDecoder::end() {
225
mImpl->end();
Callers
3
decode
Method · 0.45
decodeWithTimeout
Method · 0.45
decodeStream
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected