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

◆ getDecodedRows()

fl::u16 fl::third_party::TJpgInstanceDecoder::getDecodedRows ( ) const

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

259 {
260 if (use_progressive_ && progressive_state_.total_mcus > 0) {
261 fl::u16 mcu_height = progressive_state_.base.msy * 8;
262 return progressive_state_.current_mcu_y * mcu_height;
263 }
264 return 0;
265}
JDEC_Progressive progressive_state_
Definition driver.h:67

References FL_NOEXCEPT, progressive_state_, and use_progressive_.