Site icon EfmSoft

What does Intel IPP status 33 (ippStsDstSizeLessExpected) mean?

 
Could be also:
ConstantTypeOS
ERROR_LOCK_VIOLATIONWin32 errorWindows
KERN_INVALID_LEDGERKern returnMac
EDOMerrnoAny
QUOTA_UNDERFLOWBugCheck CodeWindows
Previous Next
ippStsSrcSizeLessExpected ippStsStreamEnd

ippStsDstSizeLessExpected

Capacity and produced length are different values

This data-compression warning indicates that the output buffer cannot hold the amount of data the current step expects to produce. It is a flow-control condition only when the selected API supports resumable output; otherwise it exposes an incorrect buffer-size calculation.

The caller must use the primitive's consumed and produced counts. Advancing both pointers by the original buffer sizes can lose compressed input, duplicate output, or resume from the wrong state.

Diagnostic checklist

References

Intel IPP Developer Guide and Reference · Intel IPP status definitions · zlib stream and buffer semantics


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

Exit mobile version