XDM IIMGDEC Image Decoder Interface


Detailed Description

This is the XDM IIMGDEC Image Decoder Interface.

Deprecated:
This XDM image decoder interface has been deprecated, and superceeded by newer IIMGDECx image decoder interfaces.


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


Define Documentation

#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 Documentation

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.

Remarks:
This ID can be extended in IMOD interface for additional controls.
See also:
XDM_CmdId

IIMGDEC_Fxns::control()


Copyright 2009, Texas Instruments Incorporated