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

◆ setError()

void fl::JpegDecoder::Impl::setError ( const fl::string & message)
inlineprivate

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

47 {
48 mHasError = true;
49 mErrorMessage = message;
51 }
fl::string mErrorMessage
Definition jpeg.cpp.hpp:44
JpegDecoder::State mState
Definition jpeg.cpp.hpp:42

References fl::JpegDecoder::Error, mErrorMessage, mHasError, and mState.

Referenced by begin(), and processChunk().

+ Here is the caller graph for this function: