XDAIS  dais-x04
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Structures | Macros | Typedefs | Enumerations
isphenc1.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 "ispeech1.h"
Include dependency graph for isphenc1.h:

Go to the source code of this file.

Data Structures

struct  ISPHENC1_Obj
 This must be the first field of all ISPHENC1 instance objects. More...
struct  ISPHENC1_Params
 Defines the creation time parameters for all ISPHENC1 instance objects. More...
struct  ISPHENC1_DynamicParams
 This structure defines the codec parameters that can be modified after creation via ISPHENC1_Fxns.control(). More...
struct  ISPHENC1_InArgs
 Defines the input arguments for all ISPHENC1 instance process function. More...
struct  ISPHENC1_Status
 Defines instance status parameters. More...
struct  ISPHENC1_OutArgs
 Defines the run time output arguments for all ISPHENC1 instance objects. More...
struct  ISPHENC1_Fxns
 Defines all of the operations on ISPHENC1 objects. More...

Macros

#define ISPHENC1_EOK   XDM_EOK
 
#define ISPHENC1_EFAIL   XDM_EFAIL
 
#define ISPHENC1_EUNSUPPORTED   XDM_EUNSUPPORTED
 
#define ISPHENC1_ENOOUTPUT   1
 This value signifies no output being available at encoder, for example in the case of intermediate calls in 10msec frame size execution.

Typedefs

typedef struct ISPHENC1_Obj ISPHENC1_Obj
 This must be the first field of all ISPHENC1 instance objects.
typedef struct ISPHENC1_ObjISPHENC1_Handle
 Opaque handle to an ISPHENC1 objects.
typedef struct ISPHENC1_Params ISPHENC1_Params
 Defines the creation time parameters for all ISPHENC1 instance objects.
typedef struct
ISPHENC1_DynamicParams 
ISPHENC1_DynamicParams
 This structure defines the codec parameters that can be modified after creation via ISPHENC1_Fxns.control().
typedef struct ISPHENC1_InArgs ISPHENC1_InArgs
 Defines the input arguments for all ISPHENC1 instance process function.
typedef struct ISPHENC1_Status ISPHENC1_Status
 Defines instance status parameters.
typedef struct ISPHENC1_OutArgs ISPHENC1_OutArgs
 Defines the run time output arguments for all ISPHENC1 instance objects.
typedef IALG_Cmd ISPHENC1_Cmd
 Defines the control commands for the ISPHENC1 module.
typedef struct ISPHENC1_Fxns ISPHENC1_Fxns
 Defines all of the operations on ISPHENC1 objects.

Enumerations

enum  ISPHENC1_FrameType {
  ISPHENC1_FTYPE_SPEECH = 0,
  ISPHENC1_FTYPE_SIDFRAME = 1,
  ISPHENC1_FTYPE_NODATA = 2
}
 Encoder frame types. More...
Copyright 2013, Texas Instruments Incorporated