IVIDENC1_InArgs Struct Reference
[XDM IVIDENC1 Video Encoder Interface]

Defines the input arguments for all IVIDENC1 instance process function. More...

#include <ividenc1.h>

Data Fields

XDAS_Int32 size
XDAS_Int32 inputID
XDAS_Int32 topFieldFirstFlag

Detailed Description

Defines the input arguments for all IVIDENC1 instance process function.

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.
See also:
IVIDENC1_Fxns::process()

Field Documentation

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

Identifier to attach with the corresponding encoded bitstream frames.

Remarks:
This is useful when frames require buffering (e.g. B frames), and to support buffer management.
When there is no re-ordering, IVIDENC1_OutArgs::outputID will be the same as this inputID field.
Zero (0) is not a supported inputID. This value is reserved for cases when there is no output buffer provided.
See also:
IVIDENC1_OutArgs::outputID.

Flag to indicate the field order in interlaced content.

Remarks:
Valid values are XDAS_TRUE and XDAS_FALSE.
This field is only applicable to the input image buffer.
This field is only applicable for interlaced content, not progressive.

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

Copyright 2010, Texas Instruments Incorporated