Data Fields

IVIDDEC3_Params Struct Reference
[IVIDDEC3 - XDM Video Decoder Interface]

Defines the creation time parameters for all IVIDDEC3 instance objects. More...

#include <ividdec3.h>

Data Fields

XDAS_Int32 size
XDAS_Int32 maxHeight
XDAS_Int32 maxWidth
XDAS_Int32 maxFrameRate
XDAS_Int32 maxBitRate
XDAS_Int32 dataEndianness
XDAS_Int32 forceChromaFormat
XDAS_Int32 operatingMode
XDAS_Int32 displayDelay
XDAS_Int32 inputDataMode
XDAS_Int32 outputDataMode
XDAS_Int32 numInputDataUnits
XDAS_Int32 numOutputDataUnits
XDAS_Int32 errorInfoMode
XDAS_Int32 displayBufsMode
XDAS_Int32 metadataType [3]

Detailed Description

Defines the creation time parameters for all IVIDDEC3 instance objects.

Remarks:
This structure may be extended by individual codec implementations allowing customization with vendor specific parameters. The presence of vendor specific extensions will be detected by the value of the size parameter.
The size field must be correctly set by the caller. See http://tiexpressdsp.com/index.php?title=Extending_data_structures_in_xDM for more details.

Field Documentation

Size of this structure in bytes. Because this structure can be extended, this field must be correctly set by the caller.

Maximum video height in pixels.

Maximum video width in pixels.

Maximum frame rate in fps * 1000. For example, if max frame rate is 30 frames per second, set this field to 30000.

Maximum bit rate, bits per second. For example, if bit rate is 10 Mbps, set this field to 10000000

Endianness of output data.

See also:
XDM_DataFormat

Chroma formats.

Remarks:
This enumeration data type should not be used for storage, but rather only for its constant values.
This enumeration defines a base set of values. Algorithms which require proprietary enumeration values may define them - much like extended fields in base structures. These extended enums should be between XDM_CUSTOMENUMBASE and 0x7FFF.
See also:
XDM_CUSTOMENUMBASE
See also:
XDM_ChromaFormat

Video coding mode of operation.

See also:
IVIDEO_OperatingMode

Video decoder output frame order.

Remarks:
This enumeration data type should not be used for storage, but rather only for its constant values.
See also:
IVIDDEC3_Params.displayDelay
See also:
IVIDDEC3_displayDelay

Input data mode.

Remarks:
If a subframe mode is provided, the application must call IVIDDEC3_Fxns.control() with XDM_SETPARAMS id prior to IVIDDEC3_Fxns.process() to set IVIDDEC3_DynamicParams.getDataFxn() and IVIDDEC3_DynamicParams.getDataHandle (and optionally IVIDDEC3_DynamicParams.putBufferFxn(), and IVIDDEC3_DynamicParams.putBufferHandle). Else, the alg can return error.
See also:
IVIDEO_DataMode

Output data mode.

Remarks:
If a subframe mode is provided, the application must call IVIDDEC3_Fxns.control() with XDM_SETPARAMS id prior to IVIDDEC3_Fxns.process() to set IVIDDEC3_DynamicParams.putDataFxn(), and IVIDDEC3_DynamicParams.putDataHandle. Else, the alg can return error.
See also:
IVIDEO_DataMode

Number of input slices/rows.

Remarks:
Units depend on the IVIDDEC3_Params.inputDataMode, like number of slices/rows/blocks etc.
Ignored if IVIDDEC3_Params.inputDataMode is set to full frame mode.

Number of output slices/rows.

Remarks:
Units depend on the IVIDDEC3_Params.outputDataMode, like number of slices/rows/blocks etc.
Ignored if IVIDDEC3_Params.outputDataMode is set to full frame mode.

Enable/disable packet error information for input and/or output.

See also:
IVIDEO_ErrorInfoMode

Indicates which mode the displayBufs are presented in.

Remarks:
See the IVIDDEC3_DisplayBufsMode enum for the values this field may contain.
See also:
IVIDDEC3_OutArgs.displayBufsMode
IVIDDEC3_DisplayBufsMode

Type of each metadata plane.

See also:
IVIDEO_MetadataType

The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2011, Texas Instruments Incorporated