FastLED 3.9.15
Loading...
Searching...
No Matches
fl::Jpeg Member List

This is the complete list of members for fl::Jpeg, including all inherited members.

createDecoder(const JpegConfig &config)fl::Jpegstatic
decode(const JpegConfig &config, fl::span< const fl::u8 > data, Frame *frame, fl::string *error_message=nullptr)fl::Jpegstatic
decode(const JpegConfig &config, fl::span< const fl::u8 > data, fl::string *error_message=nullptr)fl::Jpegstatic
decode(fl::span< const fl::u8 > data, fl::string *error_message=nullptr)fl::Jpegstatic
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::Jpegstatic
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::Jpegstatic
isSupported()fl::Jpegstatic
parseInfo(fl::span< const fl::u8 > data, fl::string *error_message=nullptr)fl::Jpegstatic