Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
268
Frame JpegDecoder::getPartialFrame() {
269
return mImpl->getPartialFrame();
270
}
271
272
fl::u16 JpegDecoder::getDecodedRows() const {
273
return mImpl->getDecodedRows();
Callers
1
getPartialFrame
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected