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

◆ FrameInterpolator()

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

Definition at line 16 of file frame_interpolator.cpp.hpp.

17 : mFrameTracker(fps) {
18 size_t capacity = fl::max(1, nframes);
19 mFrames.reserve(capacity);
20}
constexpr common_type_t< T, U > max(T a, U b) FL_NOEXCEPT
Definition math.h:75

References capacity(), fl::max(), mFrames, and mFrameTracker.

+ Here is the call graph for this function: