sphdec1.h

Go to the documentation of this file.
00001 /* 
00002  * Copyright (c) 2010, Texas Instruments Incorporated
00003  * All rights reserved.
00004  *
00005  * Redistribution and use in source and binary forms, with or without
00006  * modification, are permitted provided that the following conditions
00007  * are met:
00008  *
00009  * *  Redistributions of source code must retain the above copyright
00010  *    notice, this list of conditions and the following disclaimer.
00011  *
00012  * *  Redistributions in binary form must reproduce the above copyright
00013  *    notice, this list of conditions and the following disclaimer in the
00014  *    documentation and/or other materials provided with the distribution.
00015  *
00016  * *  Neither the name of Texas Instruments Incorporated nor the names of
00017  *    its contributors may be used to endorse or promote products derived
00018  *    from this software without specific prior written permission.
00019  *
00020  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
00021  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
00022  * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
00023  * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
00024  * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
00025  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
00026  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
00027  * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
00028  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
00029  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
00030  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00031  * 
00032  */
00033 /*
00034  *  ======== sphdec1.h ========
00035  */
00051 #ifndef ti_sdo_ce_speech1_SPHDEC1_
00052 #define ti_sdo_ce_speech1_SPHDEC1_
00053 
00054 #ifdef __cplusplus
00055 extern "C" {
00056 #endif
00057 
00058 #include <ti/xdais/dm/xdm.h>
00059 #include <ti/xdais/dm/isphdec1.h>
00060 
00061 #include <ti/sdo/ce/Engine.h>
00062 #include <ti/sdo/ce/visa.h>
00063 #include <ti/sdo/ce/skel.h>
00064 
00067 
00069 #define SPHDEC1_EOK ISPHDEC1_EOK
00070 
00072 #define SPHDEC1_EFAIL ISPHDEC1_EFAIL
00073 
00075 #define SPHDEC1_EUNSUPPORTED ISPHDEC1_EUNSUPPORTED
00076 
00078 #define SPHDEC1_ETIMEOUT VISA_ETIMEOUT
00079 
00081 #define SPHDEC1_FOREVER  VISA_FOREVER
00082 
00083 
00087 typedef VISA_Handle SPHDEC1_Handle;
00088 
00089 /* The following are just wrapper typedefs */
00090 
00092 typedef ISPHDEC1_Params SPHDEC1_Params;
00093 
00095 typedef ISPHDEC1_InArgs SPHDEC1_InArgs;
00096 
00098 typedef ISPHDEC1_OutArgs SPHDEC1_OutArgs;
00099 
00101 typedef ISPHDEC1_Cmd SPHDEC1_Cmd;
00102 
00104 typedef ISPHDEC1_DynamicParams SPHDEC1_DynamicParams;
00105 
00107 typedef ISPHDEC1_Status SPHDEC1_Status;
00108 
00115 extern SKEL_Fxns SPHDEC1_SKEL;
00116 
00120 extern ISPHDEC1_Fxns SPHDEC1_STUBS;
00121 
00125 /*
00126  *  ======== SPHDEC1_control ========
00127  */
00151 extern Int32 SPHDEC1_control(SPHDEC1_Handle handle, SPHDEC1_Cmd id,
00152     SPHDEC1_DynamicParams *params, SPHDEC1_Status *status);
00153 
00154 
00155 /*
00156  *  ======== SPHDEC1_create ========
00157  */
00186 extern SPHDEC1_Handle SPHDEC1_create(Engine_Handle e, String name,
00187     SPHDEC1_Params *params);
00188 
00189 
00190 /*
00191  *  ======== SPHDEC1_delete ========
00192  */
00210 extern Void SPHDEC1_delete(SPHDEC1_Handle handle);
00211 
00212 
00213 /*
00214  *  ======== SPHDEC1_process ========
00215  */
00254 extern Int32 SPHDEC1_process(SPHDEC1_Handle handle,
00255     XDM1_SingleBufDesc *inBuf, XDM1_SingleBufDesc *outBuf,
00256     SPHDEC1_InArgs *inArgs, SPHDEC1_OutArgs *outArgs);
00257 
00258 
00259 /*
00260  *  ======== SPHDEC1_processAsync ========
00261  */
00298 extern XDAS_Int32 SPHDEC1_processAsync(SPHDEC1_Handle handle,
00299     XDM1_SingleBufDesc *inBuf, XDM1_SingleBufDesc *outBuf,
00300     SPHDEC1_InArgs *inArgs, SPHDEC1_OutArgs *outArgs);
00301 
00302 /*
00303  *  ======== SPHDEC1_processWait ========
00304  */
00347 extern XDAS_Int32 SPHDEC1_processWait(SPHDEC1_Handle handle,
00348     XDM1_SingleBufDesc *inBuf, XDM1_SingleBufDesc *outBuf,
00349     SPHDEC1_InArgs *inArgs, SPHDEC1_OutArgs *outArgs, UInt timeout);
00350 
00351 
00354 #ifdef __cplusplus
00355 }
00356 #endif
00357 
00358 #endif
00359 /*
00360  *  @(#) ti.sdo.ce.speech1; 1, 0, 1,270; 11-3-2010 22:20:49; /db/atree/library/trees/ce/ce-q16x/src/ xlibrary
00361 
00362  */
00363 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2010, Texas Instruments Incorporated