What does Intel IPP status -60 (ippStsChannelOrderErr) mean?

 
Previous Next
ippStsDrawTextErr ippStsZeroMaskValuesErr

ippStsChannelOrderErr

Channel copy and swap operations use an order array to describe how destination channels are assembled from source channels. Each entry must name a channel that exists and is allowed by the function variant.

This is a layout error, not a pixel-value error. It often appears when RGB/BGR/BGRA conversions reuse a table created for another number of channels.

Check these details

  • Order array length and channel indexes.
  • Whether the primitive is C3, C4, AC4, planar or interleaved.
  • Duplicate, negative or out-of-range channel identifiers.

Intel IPP Error Reporting · Intel IPP Image Processing Reference


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