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

Go to the source code of this file.
Data Structures | |
| struct | IVIDDEC_Obj |
| This must be the first field of all IVIDDEC instance objects. More... | |
| struct | IVIDDEC_Params |
| Defines the creation time parameters for all IVIDDEC instance objects. More... | |
| struct | IVIDDEC_DynamicParams |
| This structure defines the codec parameters that can be modified after creation via control() calls. More... | |
| struct | IVIDDEC_InArgs |
| Defines the input arguments for all IVIDDEC instance process function. More... | |
| struct | IVIDDEC_Status |
| Defines instance status parameters. More... | |
| struct | IVIDDEC_OutArgs |
| Defines the run time output arguments for all IVIDDEC instance objects. More... | |
| struct | IVIDDEC_Fxns |
| Defines all of the operations on IVIDDEC objects. More... | |
Defines | |
| #define | IVIDDEC_CID "ti.xdais.dm.IVIDDEC" |
| #define | IVIDDEC_ERUNTIME XDM_ERUNTIME |
| #define | IVIDDEC_EOK XDM_EOK |
| #define | IVIDDEC_EFAIL XDM_EFAIL |
Typedefs | |
| typedef struct IVIDDEC_Obj * | IVIDDEC_Handle |
| Opaque handle to an IVIDDEC objects. | |
| typedef IALG_Cmd | IVIDDEC_Cmd |
| Defines the control commands for the IVIDDEC module. | |