Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ full
Method
full
src/fl/video/video_impl.cpp.hpp:70–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
bool VideoImpl::full() const { return mFrameInterpolator->getFrames()->full(); }
71
72
bool VideoImpl::draw(fl::u32 now, Frame *frame) {
73
return draw(now, frame->rgb());
Callers
2
updateBufferFromStream
Method · 0.45
updateBufferFromFile
Method · 0.45
Calls
1
getFrames
Method · 0.80
Tested by
no test coverage detected