FastLED 3.9.15
Loading...
Searching...
No Matches

◆ FrameInterpolator()

fl::FrameInterpolator::FrameInterpolator ( size_t nframes,
float fpsVideo )

Definition at line 17 of file frame_interpolator.cpp.

18 : mFrameTracker(fps) {
19 size_t capacity = MAX(1, nframes);
20 mFrames.setMaxSize(capacity);
21}
#define MAX(a, b)
Definition math_macros.h:4

References capacity(), MAX, mFrames, and mFrameTracker.

+ Here is the call graph for this function: