viddec3.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  *  ======== viddec3.h ========
00035  */
00052 #ifndef ti_sdo_ce_video3_VIDDEC3_
00053 #define ti_sdo_ce_video3_VIDDEC3_
00054 
00055 #ifdef __cplusplus
00056 extern "C" {
00057 #endif
00058 
00059 #include <ti/xdais/dm/xdm.h>
00060 #include <ti/xdais/dm/ividdec3.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 
00069 #define VIDDEC3_EOK      IVIDDEC3_EOK         
00070 #define VIDDEC3_EFAIL    IVIDDEC3_EFAIL       
00073 #define VIDDEC3_EUNSUPPORTED IVIDDEC3_EUNSUPPORTED
00074 
00075 #define VIDDEC3_ETIMEOUT VISA_ETIMEOUT        
00076 #define VIDDEC3_FOREVER  VISA_FOREVER         
00081 #define VIDDEC3_VISATYPE "ti.sdo.ce.video3.IVIDDEC3"
00082 
00089 #define VIDDEC3_STUBSNAME "VIDDEC3_STUBS"
00090 
00091 
00095 typedef VISA_Handle VIDDEC3_Handle;
00096 
00098 typedef struct IVIDDEC3_Params VIDDEC3_Params;
00099 
00101 typedef IVIDDEC3_InArgs VIDDEC3_InArgs;
00102 
00104 typedef IVIDDEC3_OutArgs VIDDEC3_OutArgs;
00105 
00107 typedef IVIDDEC3_Cmd VIDDEC3_Cmd;
00108 
00110 typedef IVIDDEC3_DynamicParams   VIDDEC3_DynamicParams;
00111 
00113 typedef IVIDDEC3_Status VIDDEC3_Status;
00114 
00115 
00122 extern SKEL_Fxns VIDDEC3_SKEL;
00123 
00127 extern IVIDDEC3_Fxns VIDDEC3_STUBS;
00128 
00136 typedef struct IVIDDEC3_CodecClassConfig {
00137     Bool manageInBufsCache     [ XDM_MAX_IO_BUFFERS ];
00138     Bool manageOutBufsCache    [ XDM_MAX_IO_BUFFERS ];
00139 } IVIDDEC3_CodecClassConfig;
00140 
00141 
00142 /*
00143  *  ======== VIDDEC3_control ========
00144  */
00172 extern Int32 VIDDEC3_control(VIDDEC3_Handle handle, VIDDEC3_Cmd id,
00173     VIDDEC3_DynamicParams *params, VIDDEC3_Status *status);
00174 
00175 
00176 /*
00177  *  ======== VIDDEC3_create ========
00178  */
00207 extern VIDDEC3_Handle VIDDEC3_create(Engine_Handle e, String name,
00208     VIDDEC3_Params *params);
00209 
00210 
00211 /*
00212  *  ======== VIDDEC3_delete ========
00213  */
00231 extern Void VIDDEC3_delete(VIDDEC3_Handle handle);
00232 
00233 
00234 /*
00235  *  ======== VIDDEC3_process ========
00236  */
00279 extern Int32 VIDDEC3_process(VIDDEC3_Handle handle, XDM2_BufDesc *inBufs,
00280     XDM2_BufDesc *outBufs, VIDDEC3_InArgs *inArgs, VIDDEC3_OutArgs *outArgs);
00281 
00282 
00283 #if 0 /* async not yet supported */
00284 
00285 /*
00286  *  ======== VIDDEC3_processAsync ========
00287  */
00324 extern XDAS_Int32 VIDDEC3_processAsync(VIDDEC3_Handle handle,
00325     XDM1_BufDesc *inBufs, XDM_BufDesc *outBufs,
00326     VIDDEC3_InArgs *inArgs, VIDDEC3_OutArgs *outArgs);
00327 
00328 /*
00329  *  ======== VIDDEC3_processWait ========
00330  */
00373 extern XDAS_Int32 VIDDEC3_processWait(VIDDEC3_Handle handle,
00374     XDM1_BufDesc *inBufs, XDM_BufDesc *outBufs,
00375     VIDDEC3_InArgs *inArgs, VIDDEC3_OutArgs *outArgs, UInt timeout);
00376 
00377 #endif
00378 
00379   /* ingroup */
00381 
00382 #ifdef __cplusplus
00383 }
00384 #endif
00385 
00386 #endif
00387 /*
00388  *  @(#) ti.sdo.ce.video3; 1, 0, 0,1; 8-14-2012 13:03:01; /db/atree/library/trees/ce/ce-u07/src/ xlibrary
00389 
00390  */
00391 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2012, Texas Instruments Incorporated