MCPcopy Create free account
hub / github.com/FastLED/FastLED / decode

Method decode

src/fl/codec/jpeg.cpp.hpp:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236DecodeResult JpegDecoder::decode() {
237 return mImpl->decode(fl::nullopt); // No callback - process to completion
238}
239
240DecodeResult JpegDecoder::decode(fl::optional<fl::function<bool()>> should_yield) {
241 return mImpl->decode(should_yield);

Callers 15

run_commandFunction · 0.45
decodeWithTimeoutMethod · 0.45
decodeStreamMethod · 0.45
_fetch_schemaMethod · 0.45
mainFunction · 0.45
runFunction · 0.45
parse_from_urlMethod · 0.45
send_rpcFunction · 0.45
send_rpcFunction · 0.45

Calls 10

isFromCodecMethod · 0.80
getWidthMethod · 0.45
getHeightMethod · 0.45
sizeMethod · 0.45
writeMethod · 0.45
beginMethod · 0.45
hasErrorMethod · 0.45
getCurrentFrameMethod · 0.45
copyMethod · 0.45
isValidMethod · 0.45

Tested by 6

send_rpcFunction · 0.36
send_rpcFunction · 0.36
send_rpcFunction · 0.36
send_rpcFunction · 0.36
do_POSTMethod · 0.36
captureFunction · 0.36