API Reference
4-10
Group or Enumeration
Class
Symbolic Constant
Name
Description or Evaluation
XDM_APPLIEDCONCEAL
MENT
Bit 9
1 - Applied concealment
0 - Ignore
This error is applicable for decoders.
It is set when the decoder was not able
to decode the bit-stream, and the
decoder has concealed the bit-stream
error and produced the concealed
output.
XDM_INSUFFICIENTDA
TA
Bit 10
1 - Insufficient input data
0 - Ignore
This error is applicable for decoders.
This is set when the input data provided
is not sufficient to produce one frame of
data. This can be also be set for
encoders when the number of valid
samples in the input frame is not
sufficient to process a frame.
XDM_CORRUPTEDDATA
Bit 11
1 - Data problem/corruption
0 - Ignore
This error is applicable for decoders.
This is set when the bit-stream has an
error and not compliant to the standard
syntax.
XDM_CORRUPTEDHEADE
R
Bit 12
1 - Header problem/corruption
0 - Ignore
This error is applicable for decoders.
This is set when the header information
in the bit-stream is incorrect. For
example, it is set when Sequence,
Picture, Slice, and so on are incorrect in
video decoders.
XDM_UNSUPPORTEDINP
UT
Bit 13
1
– Un-supported
feature/parameter in input
0 - Ignore
This error is set when the algorithm is
not able process a certain input
data/bit-stream format. It can also be
set when a subset of features in a
standard are not supported by the
algorithm.
For example, if a video encoder only
supports 4:2:2 formats, it can set this
error for any other type of input video
format.