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

Method getPartialFrame

src/fl/codec/jpeg.cpp.hpp:202–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 float getProgress() const { return mProgress; }
201 bool hasPartialImage() const { return mDriver ? mDriver->hasPartialImage() : false; }
202 Frame getPartialFrame() { return mDriver ? mDriver->getPartialFrame() : Frame(0); }
203 fl::u16 getDecodedRows() const { return mDriver ? mDriver->getDecodedRows() : 0; }
204 bool feedData(fl::span<const fl::u8> data) { (void)data; return false; } // Not implemented
205 bool needsMoreData() const { return false; } // Not implemented

Callers

nothing calls this directly

Calls 2

FrameClass · 0.50
getPartialFrameMethod · 0.45

Tested by

no test coverage detected