![]() |
![]() |
Data Structures | |
| struct | IIMGDEC_Obj |
| This must be the first field of all IIMGDEC instance objects. More... | |
| struct | IIMGDEC_Params |
| Defines the creation time parameters for all IIMGDEC instance objects. More... | |
| struct | IIMGDEC_DynamicParams |
| This structure defines the codec parameters that can be modified after creation via control() calls. More... | |
| struct | IIMGDEC_InArgs |
| Defines the input arguments for all IIMGDEC instance process() function. More... | |
| struct | IIMGDEC_Status |
| Defines instance status parameters (read-only). More... | |
| struct | IIMGDEC_OutArgs |
| Defines the run time output arguments for all IIMGDEC instance objects. More... | |
| struct | IIMGDEC_Fxns |
| Defines all of the operations on IIMGDEC objects. More... | |
Defines | |
| #define | IIMGDEC_CID "ti.xdais.dm.IIMGDEC" |
| #define | IIMGDEC_ERUNTIME XDM_ERUNTIME |
| #define | IIMGDEC_EOK XDM_EOK |
| #define | IIMGDEC_EFAIL XDM_EFAIL |
Typedefs | |
| typedef IIMGDEC_Obj * | IIMGDEC_Handle |
| Opaque handle to an IIMGDEC objects. | |
| typedef IALG_Cmd | IIMGDEC_Cmd |
| Defines the control commands for the IIMGDEC module. | |
| #define IIMGDEC_CID "ti.xdais.dm.IIMGDEC" |
IIMGDEC Class ID
| #define IIMGDEC_ERUNTIME XDM_ERUNTIME |
General runtime failure.
| #define IIMGDEC_EOK XDM_EOK |
Success.
| #define IIMGDEC_EFAIL XDM_EFAIL |
General failure.
| typedef struct IIMGDEC_Obj* IIMGDEC_Handle |
Opaque handle to an IIMGDEC objects.
| typedef IALG_Cmd IIMGDEC_Cmd |
Defines the control commands for the IIMGDEC module.