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

◆ endDecoding()

void fl::third_party::TJpgInstanceDecoder::endDecoding ( )

Definition at line 224 of file driver.cpp.hpp.

224 {
225 input_stream_.reset();
226 input_buffer_.reset();
227 frame_buffer_.reset();
228 current_frame_.reset();
230 progress_ = 0.0f;
231}
fl::unique_ptr< fl::u8[]> frame_buffer_
Definition driver.h:76
fl::unique_ptr< fl::u8[]> input_buffer_
Definition driver.h:86
fl::shared_ptr< Frame > current_frame_
Definition driver.h:75

References current_frame_, FL_NOEXCEPT, frame_buffer_, input_buffer_, input_stream_, NotStarted, progress_, and state_.

Referenced by ~TJpgInstanceDecoder().

+ Here is the caller graph for this function: