Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ getCurrentFrame
Method
getCurrentFrame
src/fl/codec/jpeg.cpp.hpp:244–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
}
243
244
Frame JpegDecoder::getCurrentFrame() {
245
return mImpl->getCurrentFrame();
246
}
247
248
bool JpegDecoder::hasMoreFrames() const {
249
return mImpl->hasMoreFrames();
Callers
13
getCurrentFrame
Method · 0.45
decode
Method · 0.45
decodeWithTimeout
Method · 0.45
decodeStream
Method · 0.45
decodeNextFrameIfNeeded
Method · 0.45
mpeg1.hpp
File · 0.45
gif.hpp
File · 0.45
validateMp4
Function · 0.45
validateMpeg
Function · 0.45
validateGif
Function · 0.45
processGif
Function · 0.45
processMpeg1
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected