![]() |
![]() |
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 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. | |
This is the XDM IIMGDEC Image Decoder Interface.
| #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_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.
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 IIMGDEC_DynamicParams IIMGDEC_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 IIMGDEC_InArgs IIMGDEC_InArgs |
Defines the input arguments for all IIMGDEC 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 IIMGDEC_Status IIMGDEC_Status |
Defines instance status parameters (read-only).
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 IIMGDEC_OutArgs IIMGDEC_OutArgs |
Defines the run time output arguments for all IIMGDEC 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 IIMGDEC_Cmd |
Defines the control commands for the IIMGDEC module.
| typedef struct IIMGDEC_Fxns IIMGDEC_Fxns |
Defines all of the operations on IIMGDEC objects.