![]() |
![]() |
Data Structures | |
| struct | IVIDENC1_Obj |
| This must be the first field of all IVIDENC1 instance objects. More... | |
| struct | IVIDENC1_Params |
| Defines the creation time parameters for all IVIDENC1 instance objects. More... | |
| struct | IVIDENC1_DynamicParams |
| This structure defines the algorithm parameters that can be modified after creation via control() calls. More... | |
| struct | IVIDENC1_InArgs |
| Defines the input arguments for all IVIDENC1 instance process function. More... | |
| struct | IVIDENC1_Status |
| Defines instance status parameters. More... | |
| struct | IVIDENC1_OutArgs |
| Defines the run time output arguments for all IVIDENC1 instance objects. More... | |
| struct | IVIDENC1_MbData |
| Defines the structure that contains macroblock related encoding parameter estimates. More... | |
| struct | IVIDENC1_Fxns |
| Defines all of the operations on IVIDENC1 objects. More... | |
Defines | |
| #define | IVIDENC1_EOK XDM_EOK |
| #define | IVIDENC1_EFAIL XDM_EFAIL |
| #define | IVIDENC1_EUNSUPPORTED XDM_EUNSUPPORTED |
Typedefs | |
| typedef struct IVIDENC1_Obj | IVIDENC1_Obj |
| This must be the first field of all IVIDENC1 instance objects. | |
| typedef struct IVIDENC1_Obj * | IVIDENC1_Handle |
| Opaque handle to an IVIDENC1 objects. | |
| typedef struct IVIDENC1_Params | IVIDENC1_Params |
| Defines the creation time parameters for all IVIDENC1 instance objects. | |
| typedef struct IVIDENC1_DynamicParams | IVIDENC1_DynamicParams |
| This structure defines the algorithm parameters that can be modified after creation via control() calls. | |
| typedef struct IVIDENC1_InArgs | IVIDENC1_InArgs |
| Defines the input arguments for all IVIDENC1 instance process function. | |
| typedef struct IVIDENC1_Status | IVIDENC1_Status |
| Defines instance status parameters. | |
| typedef struct IVIDENC1_OutArgs | IVIDENC1_OutArgs |
| Defines the run time output arguments for all IVIDENC1 instance objects. | |
| typedef IALG_Cmd | IVIDENC1_Cmd |
| Defines the control commands for the IVIDENC1 module. | |
| typedef struct IVIDENC1_MbData | IVIDENC1_MbData |
| Defines the structure that contains macroblock related encoding parameter estimates. | |
| typedef struct IVIDENC1_Fxns | IVIDENC1_Fxns |
| Defines all of the operations on IVIDENC1 objects. | |
This is the XDM IVIDENC1 Video Encoder Interface.
| #define IVIDENC1_EOK XDM_EOK |
Success.
| #define IVIDENC1_EFAIL XDM_EFAIL |
General failure.
| #define IVIDENC1_EUNSUPPORTED XDM_EUNSUPPORTED |
Request is unsupported.
| typedef struct IVIDENC1_Obj IVIDENC1_Obj |
This must be the first field of all IVIDENC1 instance objects.
| typedef struct IVIDENC1_Obj* IVIDENC1_Handle |
Opaque handle to an IVIDENC1 objects.
| typedef struct IVIDENC1_Params IVIDENC1_Params |
Defines the creation time parameters for all IVIDENC1 instance objects.
size parameter. size field must be correctly set by the caller. See http://processors.wiki.ti.com/index.php/Extending_data_structures_in_XDM for more details. | typedef struct IVIDENC1_DynamicParams IVIDENC1_DynamicParams |
This structure defines the algorithm parameters that can be modified after creation via control() calls.
size parameter. size field must be correctly set by the caller. See http://processors.wiki.ti.com/index.php/Extending_data_structures_in_XDM for more details.| typedef struct IVIDENC1_InArgs IVIDENC1_InArgs |
Defines the input arguments for all IVIDENC1 instance process function.
size parameter. size field must be correctly set by the caller. See http://processors.wiki.ti.com/index.php/Extending_data_structures_in_XDM for more details.| typedef struct IVIDENC1_Status IVIDENC1_Status |
Defines instance status parameters.
size parameter. size field must be correctly set by the caller. See http://processors.wiki.ti.com/index.php/Extending_data_structures_in_XDM for more details.| typedef struct IVIDENC1_OutArgs IVIDENC1_OutArgs |
Defines the run time output arguments for all IVIDENC1 instance objects.
size parameter. size field must be correctly set by the caller. See http://processors.wiki.ti.com/index.php/Extending_data_structures_in_XDM for more details.| typedef IALG_Cmd IVIDENC1_Cmd |
Defines the control commands for the IVIDENC1 module.
| typedef struct IVIDENC1_MbData IVIDENC1_MbData |
Defines the structure that contains macroblock related encoding parameter estimates.
inBufs parameter to IVIDENC1_Fxns::process() when IVIDENC1_DynamicParams::mbDataFlag is set.| typedef struct IVIDENC1_Fxns IVIDENC1_Fxns |
Defines all of the operations on IVIDENC1 objects.