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

Method getPartialFrame

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

Source from the content-addressed store, hash-verified

266}
267
268Frame JpegDecoder::getPartialFrame() {
269 return mImpl->getPartialFrame();
270}
271
272fl::u16 JpegDecoder::getDecodedRows() const {
273 return mImpl->getDecodedRows();

Callers 1

getPartialFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected