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

◆ feedData()

bool fl::JpegDecoder::feedData ( fl::span< const fl::u8 > data)

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

276 {
277 return mImpl->feedData(data);
278}
fl::unique_ptr< Impl > mImpl
Definition jpeg.h:99

References mImpl.

Referenced by ~JpegDecoder().

+ Here is the caller graph for this function: