XDM IIMGENC Image Encoder Interface


Detailed Description

This is the XDM IIMGENC Image Encoder Interface.

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


Data Structures

struct  IIMGENC_Obj
 This must be the first field of all IIMGENC instance objects. More...
struct  IIMGENC_Params
 Defines the creation time parameters for all IIMGENC instance objects. More...
struct  IIMGENC_DynamicParams
 This structure defines the algorithm parameters that can be modified after creation via control() calls. More...
struct  IIMGENC_InArgs
 Defines the input arguments for all IIMGENC instance process() function. More...
struct  IIMGENC_Status
 Defines instance status parameters (read-only). More...
struct  IIMGENC_OutArgs
 Defines the run time output arguments for all IIMGENC instance objects. More...
struct  IIMGENC_Fxns
 Defines all of the operations on IIMGENC objects. More...

Defines

#define IIMGENC_CID   "ti.xdais.dm.IIMGENC"
#define IIMGENC_ERUNTIME   XDM_ERUNTIME
#define IIMGENC_EOK   XDM_EOK
#define IIMGENC_EFAIL   XDM_EFAIL

Typedefs

typedef IIMGENC_ObjIIMGENC_Handle
 Opaque handle to an IIMGENC objects.
typedef IALG_Cmd IIMGENC_Cmd
 Defines the control commands for the IIMGENC module.


Define Documentation

#define IIMGENC_CID   "ti.xdais.dm.IIMGENC"

IIMGENC Class ID

#define IIMGENC_ERUNTIME   XDM_ERUNTIME

General runtime failure.

#define IIMGENC_EOK   XDM_EOK

Success.

#define IIMGENC_EFAIL   XDM_EFAIL

General failure.


Typedef Documentation

typedef struct IIMGENC_Obj* IIMGENC_Handle

Opaque handle to an IIMGENC objects.

typedef IALG_Cmd IIMGENC_Cmd

Defines the control commands for the IIMGENC module.

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

IIMGENC_Fxns::control()


Copyright 2009, Texas Instruments Incorporated