Codec Engine Application Programming Interface (API)  ce-w08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
IVIDENC2_InArgs Struct Reference

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

#include <ividenc2.h>

Collaboration diagram for IVIDENC2_InArgs:
Collaboration graph

Data Fields

XDAS_Int32 size
XDAS_Int32 inputID
XDAS_Int32 control

Detailed Description

Defines the input arguments for all IVIDENC2 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 @c size parameter.
Remarks:
The size field must be correctly set by the caller. See https://processors.wiki.ti.com/index.php/Extending_data_structures_in_XDM for more details.
@sa         IVIDENC2_Fxns::process()

Field Documentation

XDAS_Int32 IVIDENC2_InArgs::size

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

XDAS_Int32 IVIDENC2_InArgs::inputID

Identifier to attach with the corresponding input frames to be encoded.

Remarks:
This is useful when frames require buffering (e.g. B frames), and to support buffer management.
When there is no re-ordering, IVIDENC2_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 input buffer is provided.
See also:
IVIDENC2_OutArgs::outputID.
XDAS_Int32 IVIDENC2_InArgs::control

Encoder control operations

                                @sa IVIDENC2_Control

The documentation for this struct was generated from the following file:
Copyright 2013, Texas Instruments Incorporated