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

Go to the source code of this file.
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... | |
Macros | |
| #define | IIMGDEC_CID "ti.xdais.dm.IIMGDEC" |
| #define | IIMGDEC_ERUNTIME XDM_ERUNTIME |
| #define | IIMGDEC_EOK XDM_EOK |
| | |
| #define | IIMGDEC_EFAIL XDM_EFAIL |
| | |
Typedefs | |
| typedef struct IIMGDEC_Obj | IIMGDEC_Obj |
| This must be the first field of all IIMGDEC instance objects. | |
| typedef struct IIMGDEC_Obj * | IIMGDEC_Handle |
| Opaque handle to an IIMGDEC objects. | |
| typedef struct IIMGDEC_Params | IIMGDEC_Params |
| Defines the creation time parameters for all IIMGDEC instance objects. | |
| typedef struct IIMGDEC_DynamicParams | IIMGDEC_DynamicParams |
| This structure defines the codec parameters that can be modified after creation via control() calls. | |
| typedef struct IIMGDEC_InArgs | IIMGDEC_InArgs |
| Defines the input arguments for all IIMGDEC instance process() function. | |
| typedef struct IIMGDEC_Status | IIMGDEC_Status |
| Defines instance status parameters (read-only). | |
| typedef struct IIMGDEC_OutArgs | IIMGDEC_OutArgs |
| Defines the run time output arguments for all IIMGDEC instance objects. | |
| typedef IALG_Cmd | IIMGDEC_Cmd |
| Defines the control commands for the IIMGDEC module. | |
| typedef struct IIMGDEC_Fxns | IIMGDEC_Fxns |
| Defines all of the operations on IIMGDEC objects. | |