![]() |
![]() |
Data Structures | |
| struct | ISPHDEC1_Obj |
| This must be the first field of all ISPHDEC1 instance objects. More... | |
| struct | ISPHDEC1_Params |
| Defines the creation time parameters for all ISPHDEC1 instance objects. More... | |
| struct | ISPHDEC1_DynamicParams |
| This structure defines the codec parameters that can be modified after creation via ISPHDEC1_Fxns.control(). More... | |
| struct | ISPHDEC1_InArgs |
| Defines the input arguments for all ISPHDEC1 instance process function. More... | |
| struct | ISPHDEC1_Status |
| Defines instance status parameters. More... | |
| struct | ISPHDEC1_OutArgs |
| Defines the run time output arguments for all ISPHDEC1 instance objects. More... | |
| struct | ISPHDEC1_Fxns |
| Defines all of the operations on ISPHDEC1 objects. More... | |
Defines | |
| #define | ISPHDEC1_EOK XDM_EOK |
| #define | ISPHDEC1_EFAIL XDM_EFAIL |
| #define | ISPHDEC1_EUNSUPPORTED XDM_EUNSUPPORTED |
Typedefs | |
| typedef struct ISPHDEC1_Obj | ISPHDEC1_Obj |
| This must be the first field of all ISPHDEC1 instance objects. | |
| typedef struct ISPHDEC1_Obj * | ISPHDEC1_Handle |
| Opaque handle to an ISPHDEC1 objects. | |
| typedef struct ISPHDEC1_Params | ISPHDEC1_Params |
| Defines the creation time parameters for all ISPHDEC1 instance objects. | |
| typedef struct ISPHDEC1_DynamicParams | ISPHDEC1_DynamicParams |
| This structure defines the codec parameters that can be modified after creation via ISPHDEC1_Fxns.control(). | |
| typedef struct ISPHDEC1_InArgs | ISPHDEC1_InArgs |
| Defines the input arguments for all ISPHDEC1 instance process function. | |
| typedef struct ISPHDEC1_Status | ISPHDEC1_Status |
| Defines instance status parameters. | |
| typedef struct ISPHDEC1_OutArgs | ISPHDEC1_OutArgs |
| Defines the run time output arguments for all ISPHDEC1 instance objects. | |
| typedef IALG_Cmd | ISPHDEC1_Cmd |
| Defines the control commands for the ISPHDEC1 module. | |
| typedef struct ISPHDEC1_Fxns | ISPHDEC1_Fxns |
| Defines all of the operations on ISPHDEC1 objects. | |
Enumerations | |
| enum | ISPHDEC1_FrameType { ISPHDEC1_FTYPE_SPEECHGOOD = 0, ISPHDEC1_FTYPE_SIDUPDATE = 1, ISPHDEC1_FTYPE_NODATA = 2, ISPHDEC1_FTYPE_SPEECHLOST = 3, ISPHDEC1_FTYPE_DEGRADED = 4, ISPHDEC1_FTYPE_BAD = 5, ISPHDEC1_FTYPE_SIDFIRST = 6, ISPHDEC1_FTYPE_SIDBAD = 7, ISPHDEC1_FTYPE_ONSET = 8 } |
Decoder frame types. More... | |
This is the XDM ISPHDEC1 Speech Decoder Interface.
| #define ISPHDEC1_EOK XDM_EOK |
Success.
| #define ISPHDEC1_EFAIL XDM_EFAIL |
General failure.
| #define ISPHDEC1_EUNSUPPORTED XDM_EUNSUPPORTED |
Request is unsupported.
| typedef struct ISPHDEC1_Obj ISPHDEC1_Obj |
This must be the first field of all ISPHDEC1 instance objects.
| typedef struct ISPHDEC1_Obj* ISPHDEC1_Handle |
Opaque handle to an ISPHDEC1 objects.
| typedef struct ISPHDEC1_Params ISPHDEC1_Params |
Defines the creation time parameters for all ISPHDEC1 instance objects.
size parameter. size field must be correctly set by the caller. See http://tiexpressdsp.com/index.php?title=Extending_data_structures_in_xDM for more details. | typedef struct ISPHDEC1_DynamicParams ISPHDEC1_DynamicParams |
This structure defines the codec parameters that can be modified after creation via ISPHDEC1_Fxns.control().
size parameter. size field must be correctly set by the caller. See http://tiexpressdsp.com/index.php?title=Extending_data_structures_in_xDM for more details.| typedef struct ISPHDEC1_InArgs ISPHDEC1_InArgs |
Defines the input arguments for all ISPHDEC1 instance process function.
| typedef struct ISPHDEC1_Status ISPHDEC1_Status |
Defines instance status parameters.
size parameter. size field must be correctly set by the caller. See http://tiexpressdsp.com/index.php?title=Extending_data_structures_in_xDM for more details.| typedef struct ISPHDEC1_OutArgs ISPHDEC1_OutArgs |
Defines the run time output arguments for all ISPHDEC1 instance objects.
size parameter. size field must be correctly set by the caller. See http://tiexpressdsp.com/index.php?title=Extending_data_structures_in_xDM for more details.| typedef IALG_Cmd ISPHDEC1_Cmd |
Defines the control commands for the ISPHDEC1 module.
| typedef struct ISPHDEC1_Fxns ISPHDEC1_Fxns |
Defines all of the operations on ISPHDEC1 objects.
| enum ISPHDEC1_FrameType |
Decoder frame types.