MCPcopy 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

218JpegDecoder::~JpegDecoder() FL_NOEXCEPT = default;
219
220bool JpegDecoder::begin(fl::filebuf_ptr stream) {
221 return mImpl->begin(stream);
222}
223
224void JpegDecoder::end() {
225 mImpl->end();

Callers 3

decodeMethod · 0.45
decodeWithTimeoutMethod · 0.45
decodeStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected