API Reference
4-42
Field
Data Type
Input/
Output
Description
operatingMode
XDAS_Int32
Output
Mode of video coding.
See
IVIDEO_OperatingMode
enumeration in
profile
XDAS_Int32
Output
Profile indicator of video encoder. See
IH264HPVENC_Profile
enumeration
for details
level
XDAS_Int32
Output
Level indicator of video encoder.
See
IH264HPVENC_Level
enumeration
inputDataMode
XDAS_Int32
Output
Input data mode.
See
IVIDEO_DataMode
enumeration n
outputDataMode
XDAS_Int32
Output
Output data Mode.
See
IVIDEO_DataMode
enumeration n
numInputDataUnits
XDAS_Int32
Output
Number of input slices/rows.
Units depend on the
inputDataMode
,
such as number of slices/rows/blocks, and
so on.
Ignored if
inputDataMode
is set to full
frame mode.
numOutputDataUnit
s
XDAS_Int32
Output
Number of output slices/rows.
Units depend on the
outputDataMode
,
such as number of slices/rows/blocks, and
so on.
Ignored if
outputDataMode
is set to full
frame mode.
configurationID
XDAS_Int32
Output
This is based on the codec configuration
and can be used by the framework to
optimize the save/restore overhead of any
resources used.
bufInfo
XDM1_AlgBufInf
Output
Input and output buffer information.
This field provides the application with the
algorithm's buffer requirements. The
requirements may vary depending on the
current configuration of the algorithm
instance.
See
XDM1_AlgBufInfo
data structure for
details.
When configured to generate reconstruction
buffers (see
IVIDENC2_Params::reconChromaFo
rmat
), the reconstruction buffer information
will also be reported using this parameter.