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

◆ FrameInterpolator()

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

Definition at line 16 of file frame_interpolator.cpp.

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

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

+ Here is the call graph for this function: