vidanalytics.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  *  ======== vidtranscode.h ========
00035  */
00052 #ifndef ti_sdo_ce_vidanalytics_VIDANALYTICS_
00053 #define ti_sdo_ce_vidanalytics_VIDANALYTICS_
00054 
00055 #ifdef __cplusplus
00056 extern "C" {
00057 #endif
00058 
00059 #include <ti/xdais/dm/xdm.h>
00060 #include <ti/xdais/dm/ividanalytics.h>
00061 
00062 #include <ti/sdo/ce/Engine.h>
00063 #include <ti/sdo/ce/visa.h>
00064 #include <ti/sdo/ce/skel.h>
00065 
00068 
00070 #define VIDANALYTICS_EOK IVIDANALYTICS_EOK
00071 
00073 #define VIDANALYTICS_EFAIL IVIDANALYTICS_EFAIL
00074 
00076 #define VIDANALYTICS_EUNSUPPORTED IVIDANALYTICS_EUNSUPPORTED
00077 
00079 #define VIDANALYTICS_ETIMEOUT VISA_ETIMEOUT
00080 
00082 #define VIDANALYTICS_FOREVER  VISA_FOREVER
00083 
00084 
00091 #define VIDANALYTICS_STUBSNAME "VIDANYLITIC_STUBS"
00092 
00093 
00097 #define VIDANALYTICS_VISATYPE "ti.sdo.ce.vidanalytics.IVIDANALYTICS"
00098 
00099 
00103 typedef VISA_Handle VIDANALYTICS_Handle;
00104 
00105 /* The following are just wrapper typedefs */
00106 
00108 typedef IVIDANALYTICS_Params VIDANALYTICS_Params;
00109 
00111 typedef IVIDANALYTICS_InArgs VIDANALYTICS_InArgs;
00112 
00114 typedef IVIDANALYTICS_OutArgs VIDANALYTICS_OutArgs;
00115 
00117 typedef IVIDANALYTICS_Cmd VIDANALYTICS_Cmd;
00118 
00120 typedef IVIDANALYTICS_DynamicParams VIDANALYTICS_DynamicParams;
00121 
00123 typedef IVIDANALYTICS_Status VIDANALYTICS_Status;
00124 
00131 extern SKEL_Fxns VIDANALYTICS_SKEL;
00132 
00137 extern IVIDANALYTICS_Fxns VIDANALYTICS_STUBS;
00138 
00142 /*
00143  *  ======== VIDANALYTICS_control ========
00144  */
00169 extern Int32 VIDANALYTICS_control(VIDANALYTICS_Handle handle,
00170     VIDANALYTICS_Cmd id, VIDANALYTICS_DynamicParams *params,
00171     VIDANALYTICS_Status *status);
00172 
00173 
00174 /*
00175  *  ======== VIDANALYTICS_create ========
00176  */
00205 extern VIDANALYTICS_Handle VIDANALYTICS_create(Engine_Handle e, String name,
00206     VIDANALYTICS_Params *params);
00207 
00208 
00209 /*
00210  *  ======== VIDANALYTICS_delete ========
00211  */
00229 extern Void VIDANALYTICS_delete(VIDANALYTICS_Handle handle);
00230 
00231 
00232 /*
00233  *  ======== VIDANALYTICS_process ========
00234  */
00274 extern Int32 VIDANALYTICS_process(VIDANALYTICS_Handle handle,
00275     XDM1_BufDesc *inBufs, XDM1_BufDesc *outBufs, VIDANALYTICS_InArgs *inArgs,
00276     VIDANALYTICS_OutArgs *outArgs);
00277 
00278 /*
00279  *  ======== VIDANALYTICS_processAsync ========
00280  */
00318 extern XDAS_Int32 VIDANALYTICS_processAsync(VIDANALYTICS_Handle handle,
00319     XDM1_BufDesc *inBufs, XDM1_BufDesc *outBufs, IVIDANALYTICS_InArgs *inArgs,
00320     IVIDANALYTICS_OutArgs *outArgs);
00321 
00322 /*
00323  *  ======== VIDANALYTICS_processWait ========
00324  */
00369 extern XDAS_Int32 VIDANALYTICS_processWait(VIDANALYTICS_Handle handle,
00370     XDM1_BufDesc *inBufs, XDM1_BufDesc *outBufs, IVIDANALYTICS_InArgs *inArgs,
00371     IVIDANALYTICS_OutArgs *outArgs, UInt timeout);
00372 
00375 #ifdef __cplusplus
00376 }
00377 #endif
00378 
00379 #endif
00380 /*
00381  *  @(#) ti.sdo.ce.vidanalytics; 1, 0, 1,1; 8-14-2012 13:02:48; /db/atree/library/trees/ce/ce-u07/src/ xlibrary
00382 
00383  */
00384 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2012, Texas Instruments Incorporated