![]() |
![]() |
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 | IIMGDEC1_Obj |
| This must be the first field of all IIMGDEC1 instance objects. More... | |
| struct | IIMGDEC1_Params |
| Defines the creation time parameters for all IIMGDEC1 instance objects. More... | |
| struct | IIMGDEC1_DynamicParams |
| This structure defines the codec parameters that can be modified after creation via control() calls. More... | |
| struct | IIMGDEC1_InArgs |
| Defines the input arguments for all IIMGDEC1 instance process() function. More... | |
| struct | IIMGDEC1_Status |
| Defines instance status parameters. More... | |
| struct | IIMGDEC1_OutArgs |
| Defines the run time output arguments for all IIMGDEC1 instance objects. More... | |
| struct | IIMGDEC1_Fxns |
| Defines all of the operations on IIMGDEC1 objects. More... | |
Defines | |
| #define | IIMGDEC1_EOK XDM_EOK |
| #define | IIMGDEC1_EFAIL XDM_EFAIL |
| #define | IIMGDEC1_EUNSUPPORTED XDM_EUNSUPPORTED |
Typedefs | |
| typedef struct IIMGDEC1_Obj * | IIMGDEC1_Handle |
| Opaque handle to an IIMGDEC1 objects. | |
| typedef IALG_Cmd | IIMGDEC1_Cmd |
| Defines the control commands for the IIMGDEC1 module. | |