![]() |
![]() |
This header defines all types, constants, and functions shared by all implementations of the image decoder algorithms.
#include <ti/xdais/ialg.h>#include <ti/xdais/xdas.h>#include "xdm.h"

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... | |
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_Handle |
| Opaque handle to an IIMGDEC objects. | |
| typedef IALG_Cmd | IIMGDEC_Cmd |
| Defines the control commands for the IIMGDEC module. | |