|
FastLED 3.9.15
|
This is the complete list of members for fl::Jpeg, including all inherited members.
| createDecoder(const JpegConfig &config) | fl::Jpeg | static |
| decode(const JpegConfig &config, fl::span< const fl::u8 > data, Frame *frame, fl::string *error_message=nullptr) | fl::Jpeg | static |
| decode(const JpegConfig &config, fl::span< const fl::u8 > data, fl::string *error_message=nullptr) | fl::Jpeg | static |
| decode(fl::span< const fl::u8 > data, fl::string *error_message=nullptr) | fl::Jpeg | static |
| decodeStream(const JpegConfig &config, fl::filebuf_ptr input_stream, Frame *frame, fl::u32 max_time_per_chunk_ms=4, fl::function< bool(float)> progress_callback={}) | fl::Jpeg | static |
| decodeWithTimeout(const JpegConfig &config, fl::span< const fl::u8 > data, Frame *frame, fl::u32 timeout_ms, float *progress_out=nullptr, fl::string *error_message=nullptr) | fl::Jpeg | static |
| isSupported() | fl::Jpeg | static |
| parseInfo(fl::span< const fl::u8 > data, fl::string *error_message=nullptr) | fl::Jpeg | static |