|
FastLED 3.9.15
|
Include dependency graph for codec_processor.cpp:Go to the source code of this file.
Namespaces | |
| namespace | CodecProcessor |
Functions | |
| void | CodecProcessor::displayFrameOnLEDs (const fl::Frame &frame) |
| CRGB | CodecProcessor::getPixelFromFrame (const fl::Frame &frame, int x, int y) |
| void | CodecProcessor::processCodecWithTiming (const char *codecName, fl::function< void()> codecFunc) |
| void | CodecProcessor::processGif () |
| void | CodecProcessor::processJpeg () |
| void | CodecProcessor::processMpeg1 () |
| void | CodecProcessor::showDecodedMessage (const char *format) |
Variables | |
| int | CodecProcessor::ledHeight = 64 |
| CRGB * | CodecProcessor::leds = nullptr |
| int | CodecProcessor::ledWidth = 64 |
| int | CodecProcessor::numLeds = 0 |
| const int | CodecProcessor::TARGET_FPS = 30 |