MCPcopy Create free account
hub / github.com/IENT/YUView / decoderErrorString

Method decoderErrorString

YUViewLib/src/decoder/decoderBase.h:135–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 // Error handling
134 bool errorInDecoder() const { return decoderState == DecoderState::Error; }
135 QString decoderErrorString() const { return errorString; }
136
137 // Get the name, filename and full path to the decoder library(s) that is/are being used.
138 // The length of the list must be a multiple of 3 (name, libName, fullPath)

Callers 7

checkLibraryFileMethod · 0.80
checkLibraryFileMethod · 0.80
checkLibraryFileMethod · 0.80
checkLibraryFileMethod · 0.80
checkLibraryFileMethod · 0.80
loadRawDataMethod · 0.80
allocateDecoderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected