What does Intel IPP status -200 (ippStsSrcDataErr) mean?

 
Previous Next
ippStsResizeNoOperationErr ippStsMaxLenHuffCodeErr

ippStsSrcDataErr

This status points at the content of the source buffer, not merely the pointer value. The function was entered, but the bytes or structured fields describe a representation that the selected primitive does not support.

Examples include an unsupported coded stream profile, an incompatible sample layout, or a table built for a different primitive family.

Diagnostic focus

  • Log the codec profile, color format, sample type, and table initialization path used before the failing call.
  • Distinguish this from ippStsNullPtrErr and ippStsSizeErr; the buffer exists, but its contents are not acceptable.
  • When decoding, preserve the original header bytes so the stream format can be checked independently.

IPP error reporting


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