4-11
Group or Enumeration
Class
Symbolic Constant
Name
Description or Evaluation
XDM_UNSUPPORTEDPAR
AM
Bit 14
1 - Unsupported input
parameter or configuration
0 - Ignore
This error is set when the algorithm
does not support certain configurable
parameters. For example, if the video
decoder does not support the display
width feature, it will return
XDM_UNSUPPORTEDPARAM
when the
control function is called for setting the
display width attribute.
XDM_FATALERROR
Bit 15
1 - Fatal error (stop encoding)
0 - Recoverable error
If there is an error, and this bit is not
set, the error is recoverable.
This error is set when the algorithm
cannot recover from the current state.
It informs the system not to try the next
frame and possibly delete the
multimedia algorithm instance.
It implies the codec will not work when
reset.
You should delete the current instance
of the codec.
Note:
The remaining bits that are not mentioned in
XDM_ErrorBit
are
interpreted as:
Bit 16-28: Used for codec specific error codes.
Bit 0-7: Codec and implementation specific (see
The algorithm can set multiple bits to one depending on the error
condition.
Table 4-2 H264 High Profile Encoder Specific Enumerated Data Types
Group or Enumeration
Class
Symbolic Constant Name
Description or Evaluation
IH264HPVENC_Level
IH264HP_LEVEL_10
H.264 Level 1.0
IH264HP_LEVEL_1b
H.264 Level 1.b
IH264HP_LEVEL_11
H.264 Level 1.1
IH264HP_LEVEL_12
H.264 Level 1.2