XDAIS  dais-x04
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Structures | Macros | Typedefs
isphenc.h File Reference

Detailed Description

This header defines all types, constants, and functions shared by all implementations of the speech encoder algorithms.

#include <ti/xdais/ialg.h>
#include <ti/xdais/xdas.h>
#include "xdm.h"
#include "ispeech.h"
Include dependency graph for isphenc.h:

Go to the source code of this file.

Data Structures

struct  ISPHENC_Obj
 This must be the first field of all ISPHENC instance objects. More...
struct  ISPHENC_Params
 Defines the creation time parameters for all ISPHENC instance objects. More...
struct  ISPHENC_DynamicParams
 This structure defines the codec parameters that can be modified after creation via control() calls. More...
struct  ISPHENC_InArgs
 Defines the input arguments for all ISPHENC instance process function. More...
struct  ISPHENC_Status
 Defines instance status parameters (read-only). More...
struct  ISPHENC_OutArgs
 Defines the run time output arguments for all ISPHENC instance objects. More...
struct  ISPHENC_Fxns
 Defines all of the operations on ISPHENC objects. More...

Macros

#define ISPHENC_CID   "ti.xdais.dm.ISPHENC"
#define ISPHENC_ERUNTIME   XDM_ERUNTIME
#define ISPHENC_EOK   XDM_EOK
 
#define ISPHENC_EFAIL   XDM_EFAIL
 

Typedefs

typedef struct ISPHENC_Obj ISPHENC_Obj
 This must be the first field of all ISPHENC instance objects.
typedef struct ISPHENC_ObjISPHENC_Handle
 Opaque handle to an ISPHENC objects.
typedef struct ISPHENC_Params ISPHENC_Params
 Defines the creation time parameters for all ISPHENC instance objects.
typedef struct
ISPHENC_DynamicParams 
ISPHENC_DynamicParams
 This structure defines the codec parameters that can be modified after creation via control() calls.
typedef struct ISPHENC_InArgs ISPHENC_InArgs
 Defines the input arguments for all ISPHENC instance process function.
typedef struct ISPHENC_Status ISPHENC_Status
 Defines instance status parameters (read-only).
typedef struct ISPHENC_OutArgs ISPHENC_OutArgs
 Defines the run time output arguments for all ISPHENC instance objects.
typedef IALG_Cmd ISPHENC_Cmd
 Defines the control commands for the ISPHENC module.
typedef struct ISPHENC_Fxns ISPHENC_Fxns
 Defines all of the operations on ISPHENC objects.
Copyright 2013, Texas Instruments Incorporated