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

◆ createDecoder()

JpegDecoderPtr fl::Jpeg::createDecoder ( const JpegConfig & config)
static

Definition at line 372 of file jpeg.cpp.hpp.

372 {
373 return fl::make_shared<JpegDecoder>(config);
374}
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414

References fl::make_shared().

Referenced by decode(), decode(), decodeStream(), and decodeWithTimeout().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: