Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ Less
Class
Less
src/fl/video/frame_interpolator.h:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
class FrameInterpolator {
19
public:
20
struct Less {
21
bool operator()(fl::u32 a, fl::u32 b) const { return a < b; }
22
};
23
typedef fl::flat_map<fl::u32, FramePtr, Less> FrameBuffer;
24
FrameInterpolator(size_t nframes, float fpsVideo);
25
Callers
2
lowest
Method · 0.50
highest
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected