Site icon EfmSoft

What does Intel IPP status 34 (ippStsStreamEnd) mean?

 
Could be also:
ConstantTypeOS
ERROR_WRONG_DISKWin32 errorWindows
KERN_INVALID_MEMORY_CONTROLKern returnMac
ERANGEerrnoAny
FILE_SYSTEMBugCheck CodeWindows
Previous Next
ippStsDstSizeLessExpected ippStsDoubleSize

ippStsStreamEnd

Stop at the stream boundary

ippStsStreamEnd tells a data-compression caller that the current compressed stream has completed. It should normally terminate the decode loop for that member even when input bytes remain. Remaining bytes can belong to a container trailer, another concatenated member, or unrelated following data.

Continuing to feed the completed decoder state as though more output were required can turn valid trailing data into a misleading corruption error.

What to verify

References

Intel IPP Developer Guide and Reference · Intel IPP status definitions · zlib Z_STREAM_END semantics


Looking for a different code? Search another status or error code.

Exit mobile version