XDM Beta Universal Algorithm Interface


Detailed Description

This is the XDM Beta Universal Algorithm Interface.


Data Structures

struct  IUNIVERSAL_Obj
 This must be the first field of all IUNIVERSAL instance objects. More...
struct  IUNIVERSAL_Params
 Defines the creation time parameters for all IUNIVERSAL instance objects. More...
struct  IUNIVERSAL_DynamicParams
 This structure defines the codec parameters that can be modified after creation via control() calls. More...
struct  IUNIVERSAL_InArgs
 Defines the input arguments for all IUNIVERSAL instance process function. More...
struct  IUNIVERSAL_Status
 Defines instance status parameters (read-only). More...
struct  IUNIVERSAL_OutArgs
 Defines the run time output arguments for all IUNIVERSAL instance objects. More...
struct  IUNIVERSAL_Fxns
 Defines all of the operations on IUNIVERSAL objects. More...

Defines

#define IUNIVERSAL_EOK   XDM_EOK
#define IUNIVERSAL_EFAIL   XDM_EFAIL
#define IUNIVERSAL_EUNSUPPORTED   XDM_EUNSUPPORTED

Typedefs

typedef IUNIVERSAL_ObjIUNIVERSAL_Handle
 Opaque handle to an IUNIVERSAL objects.
typedef IALG_Cmd IUNIVERSAL_Cmd
 Defines the control commands for the IUNIVERSAL module.


Define Documentation

#define IUNIVERSAL_EOK   XDM_EOK

Success.

#define IUNIVERSAL_EFAIL   XDM_EFAIL

General failure.

#define IUNIVERSAL_EUNSUPPORTED   XDM_EUNSUPPORTED

Request is unsupported.


Typedef Documentation

typedef struct IUNIVERSAL_Obj* IUNIVERSAL_Handle

Opaque handle to an IUNIVERSAL objects.

typedef IALG_Cmd IUNIVERSAL_Cmd

Defines the control commands for the IUNIVERSAL module.

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

IUNIVERSAL_Fxns::control()


Copyright 2009, Texas Instruments Incorporated