![]() |
![]() |
Data Structures | |
| struct | IVIDDEC_Obj |
| This must be the first field of all IVIDDEC instance objects. More... | |
| struct | IVIDDEC_Params |
| Defines the creation time parameters for all IVIDDEC instance objects. More... | |
| struct | IVIDDEC_DynamicParams |
| This structure defines the codec parameters that can be modified after creation via control() calls. More... | |
| struct | IVIDDEC_InArgs |
| Defines the input arguments for all IVIDDEC instance process function. More... | |
| struct | IVIDDEC_Status |
| Defines instance status parameters. More... | |
| struct | IVIDDEC_OutArgs |
| Defines the run time output arguments for all IVIDDEC instance objects. More... | |
| struct | IVIDDEC_Fxns |
| Defines all of the operations on IVIDDEC objects. More... | |
Defines | |
| #define | IVIDDEC_CID "ti.xdais.dm.IVIDDEC" |
| #define | IVIDDEC_ERUNTIME XDM_ERUNTIME |
| #define | IVIDDEC_EOK XDM_EOK |
| #define | IVIDDEC_EFAIL XDM_EFAIL |
Typedefs | |
| typedef struct IVIDDEC_Obj | IVIDDEC_Obj |
| This must be the first field of all IVIDDEC instance objects. | |
| typedef struct IVIDDEC_Obj * | IVIDDEC_Handle |
| Opaque handle to an IVIDDEC objects. | |
| typedef struct IVIDDEC_Params | IVIDDEC_Params |
| Defines the creation time parameters for all IVIDDEC instance objects. | |
| typedef struct IVIDDEC_DynamicParams | IVIDDEC_DynamicParams |
| This structure defines the codec parameters that can be modified after creation via control() calls. | |
| typedef struct IVIDDEC_InArgs | IVIDDEC_InArgs |
| Defines the input arguments for all IVIDDEC instance process function. | |
| typedef struct IVIDDEC_Status | IVIDDEC_Status |
| Defines instance status parameters. | |
| typedef struct IVIDDEC_OutArgs | IVIDDEC_OutArgs |
| Defines the run time output arguments for all IVIDDEC instance objects. | |
| typedef IALG_Cmd | IVIDDEC_Cmd |
| Defines the control commands for the IVIDDEC module. | |
| typedef struct IVIDDEC_Fxns | IVIDDEC_Fxns |
| Defines all of the operations on IVIDDEC objects. | |
This is the XDM IVIDDEC Video Decoder Interface.
| #define IVIDDEC_CID "ti.xdais.dm.IVIDDEC" |
IVIDDEC Class ID
| #define IVIDDEC_ERUNTIME XDM_ERUNTIME |
General runtime failure.
| #define IVIDDEC_EOK XDM_EOK |
Success.
| #define IVIDDEC_EFAIL XDM_EFAIL |
General failure.
| typedef struct IVIDDEC_Obj IVIDDEC_Obj |
This must be the first field of all IVIDDEC instance objects.
| typedef struct IVIDDEC_Obj* IVIDDEC_Handle |
Opaque handle to an IVIDDEC objects.
| typedef struct IVIDDEC_Params IVIDDEC_Params |
Defines the creation time parameters for all IVIDDEC instance objects.
size field must be correctly set by the caller. | typedef struct IVIDDEC_DynamicParams IVIDDEC_DynamicParams |
This structure defines the codec parameters that can be modified after creation via control() calls.
size parameter. size field must be correctly set by the caller. See http://tiexpressdsp.com/index.php?title=Extending_data_structures_in_xDM for more details.| typedef struct IVIDDEC_InArgs IVIDDEC_InArgs |
Defines the input arguments for all IVIDDEC instance process function.
size parameter. size field must be correctly set by the caller. See http://tiexpressdsp.com/index.php?title=Extending_data_structures_in_xDM for more details.| typedef struct IVIDDEC_Status IVIDDEC_Status |
Defines instance status parameters.
size parameter. size field must be correctly set by the caller. See http://tiexpressdsp.com/index.php?title=Extending_data_structures_in_xDM for more details.| typedef struct IVIDDEC_OutArgs IVIDDEC_OutArgs |
Defines the run time output arguments for all IVIDDEC instance objects.
size parameter. size field must be correctly set by the caller. See http://tiexpressdsp.com/index.php?title=Extending_data_structures_in_xDM for more details.| typedef IALG_Cmd IVIDDEC_Cmd |
Defines the control commands for the IVIDDEC module.
| typedef struct IVIDDEC_Fxns IVIDDEC_Fxns |
Defines all of the operations on IVIDDEC objects.