Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ getFrames
Method
getFrames
src/fl/video/frame_interpolator.h:71–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
size_t capacity() const { return mFrames.capacity(); }
70
71
FrameBuffer *getFrames() { return &mFrames; }
72
73
bool needsFrame(fl::u32 now, fl::u32 *currentFrameNumber,
74
fl::u32 *nextFrameNumber) const {
Callers
1
full
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected