XDM ISPHDEC Speech/Voice Decoder Interface


Detailed Description

This is the XDM ISPHDEC Speech/Voice Decoder Interface.

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


Data Structures

struct  ISPHDEC_Obj
 This must be the first field of all ISPHDEC instance objects. More...
struct  ISPHDEC_Params
 Defines the creation time parameters for all ISPHDEC instance objects. More...
struct  ISPHDEC_DynamicParams
 This structure defines the codec parameters that can be modified after creation via control() calls. More...
struct  ISPHDEC_InArgs
 Defines the input arguments for all ISPHDEC instance process function. More...
struct  ISPHDEC_Status
 Defines instance status parameters (read-only). More...
struct  ISPHDEC_OutArgs
 Defines the run time output arguments for all ISPHDEC instance objects. More...
struct  ISPHDEC_Fxns
 Defines all of the operations on ISPHDEC objects. More...

Defines

#define ISPHDEC_CID   "ti.xdais.dm.ISPHDEC"
#define ISPHDEC_ERUNTIME   XDM_ERUNTIME
#define ISPHDEC_EOK   XDM_EOK
#define ISPHDEC_EFAIL   XDM_EFAIL

Typedefs

typedef ISPHDEC_ObjISPHDEC_Handle
 Opaque handle to an ISPHDEC objects.
typedef IALG_Cmd ISPHDEC_Cmd
 Defines the control commands for the ISPHDEC module.


Define Documentation

#define ISPHDEC_CID   "ti.xdais.dm.ISPHDEC"

ISPHDEC Class ID

#define ISPHDEC_ERUNTIME   XDM_ERUNTIME

General runtime failure.

#define ISPHDEC_EOK   XDM_EOK

Success.

#define ISPHDEC_EFAIL   XDM_EFAIL

General failure.


Typedef Documentation

typedef struct ISPHDEC_Obj* ISPHDEC_Handle

Opaque handle to an ISPHDEC objects.

typedef IALG_Cmd ISPHDEC_Cmd

Defines the control commands for the ISPHDEC module.

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

ISPHDEC_Fxns::control()


Copyright 2009, Texas Instruments Incorporated