MCPcopy 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
244Frame JpegDecoder::getCurrentFrame() {
245 return mImpl->getCurrentFrame();
246}
247
248bool JpegDecoder::hasMoreFrames() const {
249 return mImpl->hasMoreFrames();

Callers 13

getCurrentFrameMethod · 0.45
decodeMethod · 0.45
decodeWithTimeoutMethod · 0.45
decodeStreamMethod · 0.45
mpeg1.hppFile · 0.45
gif.hppFile · 0.45
validateMp4Function · 0.45
validateMpegFunction · 0.45
validateGifFunction · 0.45
processGifFunction · 0.45
processMpeg1Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected