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

Method getProgress

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

Source from the content-addressed store, hash-verified

258}
259
260float JpegDecoder::getProgress() const {
261 return mImpl->getProgress();
262}
263
264bool JpegDecoder::hasPartialImage() const {
265 return mImpl->hasPartialImage();

Callers 4

processChunkMethod · 0.45
decodeWithTimeoutMethod · 0.45
decodeStreamMethod · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected