XDM IVIDDEC Video Decoder Interface


Detailed Description

This is the XDM IVIDDEC Video Decoder Interface.

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


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 IVIDDEC_ObjIVIDDEC_Handle
 Opaque handle to an IVIDDEC objects.
typedef IALG_Cmd IVIDDEC_Cmd
 Defines the control commands for the IVIDDEC module.


Define Documentation

#define IVIDDEC_CID   "ti.xdais.dm.IVIDDEC"

IVIDDEC Class ID

#define IVIDDEC_ERUNTIME   XDM_ERUNTIME

General runtime failure.

#define IVIDDEC_EOK   XDM_EOK

Success.

#define IVIDDEC_EFAIL   XDM_EFAIL

General failure.


Typedef Documentation

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.

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

IVIDDEC_Fxns::control()


Copyright 2009, Texas Instruments Incorporated