Definition at line 16 of file frame_interpolator.h.
◆ FrameBuffer
◆ FrameInterpolator()
fl::FrameInterpolator::FrameInterpolator |
( |
size_t | nframes, |
|
|
float | fpsVideo ) |
◆ capacity()
size_t fl::FrameInterpolator::capacity |
( |
| ) |
const |
|
inline |
◆ clear()
void fl::FrameInterpolator::clear |
( |
| ) |
|
|
inline |
◆ draw() [1/2]
bool fl::FrameInterpolator::draw |
( |
uint32_t | adjustable_time, |
|
|
CRGB * | leds ) |
◆ draw() [2/2]
bool fl::FrameInterpolator::draw |
( |
uint32_t | adjustable_time, |
|
|
Frame * | dst ) |
◆ empty()
bool fl::FrameInterpolator::empty |
( |
| ) |
const |
|
inline |
◆ erase()
FramePtr fl::FrameInterpolator::erase |
( |
uint32_t | frameNum | ) |
|
|
inline |
◆ full()
bool fl::FrameInterpolator::full |
( |
| ) |
const |
|
inline |
◆ get()
FramePtr fl::FrameInterpolator::get |
( |
uint32_t | frameNum | ) |
const |
|
inline |
◆ get_exact_timestamp_ms()
uint32_t fl::FrameInterpolator::get_exact_timestamp_ms |
( |
uint32_t | frameNumber | ) |
const |
|
inline |
◆ get_newest_frame_number()
bool fl::FrameInterpolator::get_newest_frame_number |
( |
uint32_t * | frameNumber | ) |
const |
|
inline |
◆ get_oldest_frame_number()
bool fl::FrameInterpolator::get_oldest_frame_number |
( |
uint32_t * | frameNumber | ) |
const |
|
inline |
◆ getFrames()
◆ getFrameTracker()
◆ has()
bool fl::FrameInterpolator::has |
( |
uint32_t | frameNum | ) |
const |
|
inline |
◆ insert()
bool fl::FrameInterpolator::insert |
( |
uint32_t | frameNumber, |
|
|
FramePtr | frame ) |
|
inline |
◆ needsFrame()
bool fl::FrameInterpolator::needsFrame |
( |
uint32_t | now, |
|
|
uint32_t * | currentFrameNumber, |
|
|
uint32_t * | nextFrameNumber ) const |
|
inline |
The documentation for this class was generated from the following files: