![]() |
![]() |
|
XDAIS
dais-x04
|
This header defines all types, constants, and functions shared by all implementations of the video decoder algorithms.

Go to the source code of this file.
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... | |
Macros | |
| #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. | |