audenc1.h

Go to the documentation of this file.
00001 /* 
00002  * Copyright (c) 2012, 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  *  ======== audenc1.h ========
00035  */
00051 #ifndef ti_sdo_ce_audio1_AUDENC1_
00052 #define ti_sdo_ce_audio1_AUDENC1_
00053 
00054 #ifdef __cplusplus
00055 extern "C" {
00056 #endif
00057 
00058 #include <ti/xdais/dm/xdm.h>
00059 #include <ti/xdais/dm/iaudenc1.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 AUDENC1_EOK IAUDENC1_EOK
00070 
00071 #define AUDENC1_EFAIL IAUDENC1_EFAIL
00072 
00074 #define AUDENC1_EUNSUPPORTED IAUDENC1_EUNSUPPORTED
00075 
00076 #define AUDENC1_ETIMEOUT VISA_ETIMEOUT        
00077 #define AUDENC1_FOREVER  VISA_FOREVER         
00082 #define AUDENC1_VISATYPE "ti.sdo.ce.audio1.IAUDENC1"
00083 
00090 #define AUDENC1_STUBSNAME "AUDENC1_STUBS"
00091 
00095 typedef VISA_Handle AUDENC1_Handle;
00096 
00098 typedef IAUDENC1_Params AUDENC1_Params;
00099 
00101 typedef IAUDENC1_InArgs AUDENC1_InArgs;
00102 
00104 typedef IAUDENC1_OutArgs AUDENC1_OutArgs;
00105 
00107 typedef IAUDENC1_Cmd AUDENC1_Cmd;
00108 
00110 typedef IAUDENC1_DynamicParams AUDENC1_DynamicParams;
00111 
00113 typedef IAUDENC1_Status AUDENC1_Status;
00114 
00115 
00122 extern SKEL_Fxns AUDENC1_SKEL;
00123 
00127 extern IAUDENC1_Fxns AUDENC1_STUBS;
00128 
00132 /*
00133  *  ======== AUDENC1_control ========
00134  */
00158 extern Int32 AUDENC1_control(AUDENC1_Handle handle, AUDENC1_Cmd id,
00159     AUDENC1_DynamicParams *params, AUDENC1_Status *status);
00160 
00161 
00162 /*
00163  *  ======== AUDENC1_create ========
00164  */
00193 extern AUDENC1_Handle AUDENC1_create(Engine_Handle e, String name,
00194     AUDENC1_Params *params);
00195 
00196 
00197 /*
00198  *  ======== AUDENC1_delete ========
00199  */
00217 extern Void AUDENC1_delete(AUDENC1_Handle handle);
00218 
00219 
00220 /*
00221  *  ======== AUDENC1_process ========
00222  */
00265 extern Int32 AUDENC1_process(AUDENC1_Handle handle, XDM1_BufDesc *inBufs,
00266     XDM1_BufDesc *outBufs, AUDENC1_InArgs *inArgs, AUDENC1_OutArgs *outArgs);
00267 
00268 
00269 /*
00270  *  ======== AUDENC1_processAsync ========
00271  */
00308 extern Int32 AUDENC1_processAsync(AUDENC1_Handle handle, XDM1_BufDesc *inBufs,
00309     XDM1_BufDesc *outBufs, AUDENC1_InArgs *inArgs, AUDENC1_OutArgs *outArgs);
00310 
00311 
00312 /*
00313  *  ======== AUDENC1_processWait ========
00314  */
00357 extern Int32 AUDENC1_processWait(AUDENC1_Handle handle, XDM1_BufDesc *inBufs,
00358     XDM1_BufDesc *outBufs, AUDENC1_InArgs *inArgs, AUDENC1_OutArgs *outArgs,
00359     UInt timeout);
00360 
00361 
00364 #ifdef __cplusplus
00365 }
00366 #endif
00367 
00368 #endif
00369 /*
00370  *  @(#) ti.sdo.ce.audio1; 1, 0, 1,1; 8-14-2012 12:59:37; /db/atree/library/trees/ce/ce-u07/src/ xlibrary
00371 
00372  */
00373 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2012, Texas Instruments Incorporated